#CA6996

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

Shades of Hopbush #CA6996

Tints of Hopbush #CA6996

Color information

#CA6996 (or 0xCA6996) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 96. RGB value is (202,105,150). Sum of RGB (Red+Green+Blue) = 202+105+150=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6996 is #359669. Grayscale: #8B8B8B. Windows color (decimal): -3511914 or 9857482. OLE color: 9857482.

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

Color convert

RGB202105150-
CMYK00.480.260.21
HSL332.16º47.78%60.2%-
HSV(B)332.16º48.02%79.22%-
XYZ34.9124.8631.81-
YUV139.13134.14172.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=44.20%
G=22.98%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210515000.480.260.21332.1647.7860.2
HexCA69960301A1514c303c
Octal31215122606032255146074
Binary1100101011010011001011001100001101010101101001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6996; }

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

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

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

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

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

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

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

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