#CA769C

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

Shades of Hopbush #CA769C

Tints of Hopbush #CA769C

Color information

#CA769C (or 0xCA769C) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 9C. RGB value is (202,118,156). Sum of RGB (Red+Green+Blue) = 202+118+156=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA769C is #358963. Grayscale: #939393. Windows color (decimal): -3508580 or 10254026. OLE color: 10254026.

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

Color convert

RGB202118156-
CMYK00.420.230.21
HSL332.86º44.21%62.75%-
HSV(B)332.86º41.58%79.22%-
XYZ36.8427.9134.9-
YUV147.45132.83166.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=42.44%
G=24.79%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211815600.420.230.21332.8644.2162.75
HexCA769C02A171514d2c3f
Octal31216623405227255155477
Binary1100101011101101001110001010101011110101101001101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA769C; }

 p { color: rgb(202,118,156); }

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

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

 a { background-color: rgb(202,118,156); }

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

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

 span { border-color: rgb(202,118,156); }

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