#CA769A

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

Shades of Hopbush #CA769A

Tints of Hopbush #CA769A

Color information

#CA769A (or 0xCA769A) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 9A. RGB value is (202,118,154). Sum of RGB (Red+Green+Blue) = 202+118+154=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA769A is #358965. Grayscale: #939393. Windows color (decimal): -3508582 or 10122954. OLE color: 10122954.

HSL color Cylindrical-coordinate representation of color #CA769A: hue angle of 334.29º 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 #CA769A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202118154-
CMYK00.420.240.21
HSL334.29º44.21%62.75%-
HSV(B)334.29º41.58%79.22%-
XYZ36.6727.8534.01-
YUV147.22131.83167.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=42.62%
G=24.89%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211815400.420.240.21334.2944.2162.75
HexCA769A02A181514e2c3f
Octal31216623205230255165477
Binary1100101011101101001101001010101100010101101001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA769A; }

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

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

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

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

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

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

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

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