#CB6CAD

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

Shades of Hopbush #CB6CAD

Tints of Hopbush #CB6CAD

Color information

#CB6CAD (or 0xCB6CAD) is unknown color: approx Hopbush. HEX triplet: CB, 6C and AD. RGB value is (203,108,173). Sum of RGB (Red+Green+Blue) = 203+108+173=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6CAD is #349352. Grayscale: #8F8F8F. Windows color (decimal): -3445587 or 11365579. OLE color: 11365579.

HSL color Cylindrical-coordinate representation of color #CB6CAD: hue angle of 318.95º 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 #CB6CAD is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203108173-
CMYK00.470.150.20
HSL318.95º47.74%60.98%-
HSV(B)318.95º46.8%79.61%-
XYZ37.5326.4442.66-
YUV143.82144.47170.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=41.94%
G=22.31%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310817300.470.150.20318.9547.7460.98
HexCB6CAD02FF1413f303d
Octal31315425505717244776075
Binary110010111101100101011010101111111110100100111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CAD; }

 p { color: rgb(203,108,173); }

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

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

 a { background-color: rgb(203,108,173); }

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

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

 span { border-color: rgb(203,108,173); }

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