#C06C99

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

Shades of Hopbush #C06C99

Tints of Hopbush #C06C99

Color information

#C06C99 (or 0xC06C99) is unknown color: approx Hopbush. HEX triplet: C0, 6C and 99. RGB value is (192,108,153). Sum of RGB (Red+Green+Blue) = 192+108+153=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C99 is #3F9366. Grayscale: #8A8A8A. Windows color (decimal): -4166503 or 10054848. OLE color: 10054848.

HSL color Cylindrical-coordinate representation of color #C06C99: hue angle of 327.86º 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 #C06C99 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192108153-
CMYK00.440.200.25
HSL327.86º40%58.82%-
HSV(B)327.86º43.75%75.29%-
XYZ32.8524.2333.08-
YUV138.25136.33166.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=42.38%
G=23.84%
B=33.77%

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
Decimal19210815300.440.200.25327.864058.82
HexC06C9902C1419148283b
Octal30015423105424315105073
Binary1100000011011001001100101011001010011001101001000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C99; }

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

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

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

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

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

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

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

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