#C06B9D

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

Shades of Hopbush #C06B9D

Tints of Hopbush #C06B9D

Color information

#C06B9D (or 0xC06B9D) is unknown color: approx Hopbush. HEX triplet: C0, 6B and 9D. RGB value is (192,107,157). Sum of RGB (Red+Green+Blue) = 192+107+157=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B9D is #3F9462. Grayscale: #8A8A8A. Windows color (decimal): -4166755 or 10316736. OLE color: 10316736.

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

Color convert

RGB192107157-
CMYK00.440.180.25
HSL324.71º40.28%58.63%-
HSV(B)324.71º44.27%75.29%-
XYZ33.0824.1634.82-
YUV138.12138.66166.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=42.11%
G=23.46%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210715700.440.180.25324.7140.2858.63
HexC06B9D02C1219145283b
Octal30015323505422315055073
Binary1100000011010111001110101011001001011001101000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B9D; }

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

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

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

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

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

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

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

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