#CA78AB

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

Shades of Hopbush #CA78AB

Tints of Hopbush #CA78AB

Color information

#CA78AB (or 0xCA78AB) is unknown color: approx Hopbush. HEX triplet: CA, 78 and AB. RGB value is (202,120,171). Sum of RGB (Red+Green+Blue) = 202+120+171=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA78AB is #358754. Grayscale: #969696. Windows color (decimal): -3508053 or 11237578. OLE color: 11237578.

HSL color Cylindrical-coordinate representation of color #CA78AB: hue angle of 322.68º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78AB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202120171-
CMYK00.410.150.21
HSL322.68º43.62%63.14%-
HSV(B)322.68º40.59%79.22%-
XYZ38.4228.9342.09-
YUV150.33139.67164.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=40.97%
G=24.34%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212017100.410.150.21322.6843.6263.14
HexCA78AB029F151432c3f
Octal31217025305117255035477
Binary110010101111000101010110101001111110101101000011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78AB; }

 p { color: rgb(202,120,171); }

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

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

 a { background-color: rgb(202,120,171); }

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

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

 span { border-color: rgb(202,120,171); }

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