#C06C9C

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

Shades of Hopbush #C06C9C

Tints of Hopbush #C06C9C

Color information

#C06C9C (or 0xC06C9C) is unknown color: approx Hopbush. HEX triplet: C0, 6C and 9C. RGB value is (192,108,156). Sum of RGB (Red+Green+Blue) = 192+108+156=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C9C is #3F9363. Grayscale: #8A8A8A. Windows color (decimal): -4166500 or 10251456. OLE color: 10251456.

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

Color convert

RGB192108156-
CMYK00.440.190.25
HSL325.71º40%58.82%-
HSV(B)325.71º43.75%75.29%-
XYZ33.124.3334.4-
YUV138.59137.83166.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=42.11%
G=23.68%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210815600.440.190.25325.714058.82
HexC06C9C02C1319146283b
Octal30015423405423315065073
Binary1100000011011001001110001011001001111001101000110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C9C; }

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

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

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

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

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

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

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

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