#CB6B9D

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

Shades of Hopbush #CB6B9D

Tints of Hopbush #CB6B9D

Color information

#CB6B9D (or 0xCB6B9D) is unknown color: approx Hopbush. HEX triplet: CB, 6B and 9D. RGB value is (203,107,157). Sum of RGB (Red+Green+Blue) = 203+107+157=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6B9D is #349462. Grayscale: #8D8D8D. Windows color (decimal): -3445859 or 10316747. OLE color: 10316747.

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

Color convert

RGB203107157-
CMYK00.470.230.20
HSL328.75º48%60.78%-
HSV(B)328.75º47.29%79.61%-
XYZ35.9725.6534.95-
YUV141.4136.8171.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=43.47%
G=22.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310715700.470.230.20328.754860.78
HexCB6B9D02F1714149303d
Octal31315323505727245116075
Binary1100101111010111001110101011111011110100101001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B9D; }

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

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

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

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

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

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

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

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