#C06B95

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

Shades of Hopbush #C06B95

Tints of Hopbush #C06B95

Color information

#C06B95 (or 0xC06B95) is unknown color: approx Hopbush. HEX triplet: C0, 6B and 95. RGB value is (192,107,149). Sum of RGB (Red+Green+Blue) = 192+107+149=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B95 is #3F946A. Grayscale: #898989. Windows color (decimal): -4166763 or 9792448. OLE color: 9792448.

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

Color convert

RGB192107149-
CMYK00.440.220.25
HSL330.35º40.28%58.63%-
HSV(B)330.35º44.27%75.29%-
XYZ32.4223.8931.34-
YUV137.2134.66167.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=42.86%
G=23.88%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210714900.440.220.25330.3540.2858.63
HexC06B9502C161914a283b
Octal30015322505426315125073
Binary1100000011010111001010101011001011011001101001010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B95; }

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

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

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

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

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

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

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

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