#CB6F9C

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

Shades of Hopbush #CB6F9C

Tints of Hopbush #CB6F9C

Color information

#CB6F9C (or 0xCB6F9C) is unknown color: approx Hopbush. HEX triplet: CB, 6F and 9C. RGB value is (203,111,156). Sum of RGB (Red+Green+Blue) = 203+111+156=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6F9C is #349063. Grayscale: #8F8F8F. Windows color (decimal): -3444836 or 10252235. OLE color: 10252235.

HSL color Cylindrical-coordinate representation of color #CB6F9C: hue angle of 330.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6F9C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203111156-
CMYK00.450.230.20
HSL330.65º46.94%61.57%-
HSV(B)330.65º45.32%79.61%-
XYZ36.3126.4734.65-
YUV143.64134.98170.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=43.19%
G=23.62%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311115600.450.230.20330.6546.9461.57
HexCB6F9C02D171414b2f3e
Octal31315723405527245135776
Binary1100101111011111001110001011011011110100101001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F9C; }

 p { color: rgb(203,111,156); }

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

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

 a { background-color: rgb(203,111,156); }

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

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

 span { border-color: rgb(203,111,156); }

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