#CA3D70

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

Shades of Cabaret #CA3D70

Tints of Cabaret #CA3D70

Color information

#CA3D70 (or 0xCA3D70) is unknown color: approx Cabaret. HEX triplet: CA, 3D and 70. RGB value is (202,61,112). Sum of RGB (Red+Green+Blue) = 202+61+112=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D70 is #35C28F. Grayscale: #6C6C6C. Windows color (decimal): -3523216 or 7355850. OLE color: 7355850.

HSL color Cylindrical-coordinate representation of color #CA3D70: hue angle of 338.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D70 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB20261112-
CMYK00.700.450.21
HSL338.3º57.09%51.57%-
HSV(B)338.3º69.8%79.22%-
XYZ28.9517.0617.1-
YUV108.97129.71194.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=53.87%
G=16.27%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026111200.700.450.21338.357.0951.57
HexCA3D700462D151523934
Octal31275160010655255227164
Binary1100101011110111100000100011010110110101101010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D70; }

 p { color: rgb(202,61,112); }

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

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

 a { background-color: rgb(202,61,112); }

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

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

 span { border-color: rgb(202,61,112); }

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