#CA769B

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

Shades of Hopbush #CA769B

Tints of Hopbush #CA769B

Color information

#CA769B (or 0xCA769B) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 9B. RGB value is (202,118,155). Sum of RGB (Red+Green+Blue) = 202+118+155=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA769B is #358964. Grayscale: #939393. Windows color (decimal): -3508581 or 10188490. OLE color: 10188490.

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

Color convert

RGB202118155-
CMYK00.420.230.21
HSL333.57º44.21%62.75%-
HSV(B)333.57º41.58%79.22%-
XYZ36.7527.8834.45-
YUV147.33132.33166.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=42.53%
G=24.84%
B=32.63%

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
Decimal20211815500.420.230.21333.5744.2162.75
HexCA769B02A171514e2c3f
Octal31216623305227255165477
Binary1100101011101101001101101010101011110101101001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA769B; }

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

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

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

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

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

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

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

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