#CB65A0

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

Shades of Hopbush #CB65A0

Tints of Hopbush #CB65A0

Color information

#CB65A0 (or 0xCB65A0) is unknown color: approx Hopbush. HEX triplet: CB, 65 and A0. RGB value is (203,101,160). Sum of RGB (Red+Green+Blue) = 203+101+160=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB65A0 is #349A5F. Grayscale: #8A8A8A. Windows color (decimal): -3447392 or 10511819. OLE color: 10511819.

HSL color Cylindrical-coordinate representation of color #CB65A0: hue angle of 325.29º degrees, saturation: 0.5, 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 #CB65A0 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203101160-
CMYK00.500.210.20
HSL325.29º49.51%59.61%-
HSV(B)325.29º50.25%79.61%-
XYZ35.6324.5436.12-
YUV138.22140.29174.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=43.75%
G=21.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310116000.500.210.20325.2949.5159.61
HexCB65A00321514145323c
Octal31314524006225245056274
Binary1100101111001011010000001100101010110100101000101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65A0; }

 p { color: rgb(203,101,160); }

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

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

 a { background-color: rgb(203,101,160); }

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

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

 span { border-color: rgb(203,101,160); }

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