#C07D9B

Color #C07D9B Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C07D9B

Tints of Hopbush #C07D9B

Color information

#C07D9B (or 0xC07D9B) is unknown color: approx Hopbush. HEX triplet: C0, 7D and 9B. RGB value is (192,125,155). Sum of RGB (Red+Green+Blue) = 192+125+155=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D9B is #3F8264. Grayscale: #949494. Windows color (decimal): -4162149 or 10190272. OLE color: 10190272.

HSL color Cylindrical-coordinate representation of color #C07D9B: hue angle of 333.13º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07D9B is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192125155-
CMYK00.350.190.25
HSL333.13º34.72%62.16%-
HSV(B)333.13º34.9%75.29%-
XYZ34.9928.2434.62-
YUV148.45131.7159.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=40.68%
G=26.48%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212515500.350.190.25333.1334.7262.16
HexC07D9B023131914d233e
Octal30017523304323315154376
Binary1100000011111011001101101000111001111001101001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D9B; }

 p { color: rgb(192,125,155); }

 H1.HeaderClassName
 {
   color: #C07D9B;
 }
 .AnyTagClassName
 {
   color: #C07D9B;
 }
</style>
background-color css

<style>
 a { background-color: #C07D9B; }

 a { background-color: rgb(192,125,155); }

 div.DivClassName
 {
   background-color: #C07D9B;
 }
 .BgClassName
 {
   background-color: #C07D9B;
 }
</style>
border-color css

<style>
 span { border-color: #C07D9B; }

 span { border-color: rgb(192,125,155); }

 td.TdClassName
 {
   border-color: #C07D9B;
 }
 .TagClassName
 {
   border-color: #C07D9B;
 }
</style>