#C06B90

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

Shades of Hopbush #C06B90

Tints of Hopbush #C06B90

Color information

#C06B90 (or 0xC06B90) is unknown color: approx Hopbush. HEX triplet: C0, 6B and 90. RGB value is (192,107,144). Sum of RGB (Red+Green+Blue) = 192+107+144=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B90 is #3F946F. Grayscale: #888888. Windows color (decimal): -4166768 or 9464768. OLE color: 9464768.

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

Color convert

RGB192107144-
CMYK00.440.250.25
HSL333.88º40.28%58.63%-
HSV(B)333.88º44.27%75.29%-
XYZ32.0323.7429.28-
YUV136.63132.16167.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=43.34%
G=24.15%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210714400.440.250.25333.8840.2858.63
HexC06B9002C191914e283b
Octal30015322005431315165073
Binary1100000011010111001000001011001100111001101001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B90; }

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

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

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

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

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

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

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

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