#C06C8E

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

Shades of Hopbush #C06C8E

Tints of Hopbush #C06C8E

Color information

#C06C8E (or 0xC06C8E) is unknown color: approx Hopbush. HEX triplet: C0, 6C and 8E. RGB value is (192,108,142). Sum of RGB (Red+Green+Blue) = 192+108+142=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C8E is #3F9371. Grayscale: #888888. Windows color (decimal): -4166514 or 9333952. OLE color: 9333952.

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

Color convert

RGB192108142-
CMYK00.440.260.25
HSL335.71º40%58.82%-
HSV(B)335.71º43.75%75.29%-
XYZ31.9823.8828.52-
YUV136.99130.83167.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=43.44%
G=24.43%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210814200.440.260.25335.714058.82
HexC06C8E02C1A19150283b
Octal30015421605432315205073
Binary1100000011011001000111001011001101011001101010000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C8E; }

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

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

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

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

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

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

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

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