#CA7996

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

Shades of Hopbush #CA7996

Tints of Hopbush #CA7996

Color information

#CA7996 (or 0xCA7996) is unknown color: approx Hopbush. HEX triplet: CA, 79 and 96. RGB value is (202,121,150). Sum of RGB (Red+Green+Blue) = 202+121+150=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7996 is #358669. Grayscale: #949494. Windows color (decimal): -3507818 or 9861578. OLE color: 9861578.

HSL color Cylindrical-coordinate representation of color #CA7996: hue angle of 338.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7996 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202121150-
CMYK00.400.260.21
HSL338.52º43.32%63.33%-
HSV(B)338.52º40.1%79.22%-
XYZ36.728.4332.41-
YUV148.52128.84166.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=42.71%
G=25.58%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212115000.400.260.21338.5243.3263.33
HexCA79960281A151532b3f
Octal31217122605032255235377
Binary1100101011110011001011001010001101010101101010011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7996; }

 p { color: rgb(202,121,150); }

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

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

 a { background-color: rgb(202,121,150); }

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

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

 span { border-color: rgb(202,121,150); }

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