#C06F96

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

Shades of Hopbush #C06F96

Tints of Hopbush #C06F96

Color information

#C06F96 (or 0xC06F96) is unknown color: approx Hopbush. HEX triplet: C0, 6F and 96. RGB value is (192,111,150). Sum of RGB (Red+Green+Blue) = 192+111+150=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F96 is #3F9069. Grayscale: #8B8B8B. Windows color (decimal): -4165738 or 9859008. OLE color: 9859008.

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

Color convert

RGB192111150-
CMYK00.420.220.25
HSL331.11º39.13%59.41%-
HSV(B)331.11º42.19%75.29%-
XYZ32.9324.7831.9-
YUV139.66133.84165.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=42.38%
G=24.50%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211115000.420.220.25331.1139.1359.41
HexC06F9602A161914b273b
Octal30015722605226315134773
Binary1100000011011111001011001010101011011001101001011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F96; }

 p { color: rgb(192,111,150); }

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

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

 a { background-color: rgb(192,111,150); }

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

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

 span { border-color: rgb(192,111,150); }

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