#CB66A5

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

Shades of Hopbush #CB66A5

Tints of Hopbush #CB66A5

Color information

#CB66A5 (or 0xCB66A5) is unknown color: approx Hopbush. HEX triplet: CB, 66 and A5. RGB value is (203,102,165). Sum of RGB (Red+Green+Blue) = 203+102+165=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB66A5 is #34995A. Grayscale: #8B8B8B. Windows color (decimal): -3447131 or 10839755. OLE color: 10839755.

HSL color Cylindrical-coordinate representation of color #CB66A5: hue angle of 322.57º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB66A5 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203102165-
CMYK00.500.190.20
HSL322.57º49.27%59.8%-
HSV(B)322.57º49.75%79.61%-
XYZ36.1724.9238.5-
YUV139.38142.46173.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=43.19%
G=21.70%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310216500.500.190.20322.5749.2759.8
HexCB66A50321314143313c
Octal31314624506223245036174
Binary1100101111001101010010101100101001110100101000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66A5; }

 p { color: rgb(203,102,165); }

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

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

 a { background-color: rgb(203,102,165); }

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

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

 span { border-color: rgb(203,102,165); }

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