#C06B99

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

Shades of Hopbush #C06B99

Tints of Hopbush #C06B99

Color information

#C06B99 (or 0xC06B99) is unknown color: approx Hopbush. HEX triplet: C0, 6B and 99. RGB value is (192,107,153). Sum of RGB (Red+Green+Blue) = 192+107+153=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B99 is #3F9466. Grayscale: #898989. Windows color (decimal): -4166759 or 10054592. OLE color: 10054592.

HSL color Cylindrical-coordinate representation of color #C06B99: hue angle of 327.53º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06B99 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192107153-
CMYK00.440.200.25
HSL327.53º40.28%58.63%-
HSV(B)327.53º44.27%75.29%-
XYZ32.7524.0233.05-
YUV137.66136.66166.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=42.48%
G=23.67%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210715300.440.200.25327.5340.2858.63
HexC06B9902C1419148283b
Octal30015323105424315105073
Binary1100000011010111001100101011001010011001101001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B99; }

 p { color: rgb(192,107,153); }

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

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

 a { background-color: rgb(192,107,153); }

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

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

 span { border-color: rgb(192,107,153); }

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