#CA3F70

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

Shades of Cabaret #CA3F70

Tints of Cabaret #CA3F70

Color information

#CA3F70 (or 0xCA3F70) is unknown color: approx Cabaret. HEX triplet: CA, 3F and 70. RGB value is (202,63,112). Sum of RGB (Red+Green+Blue) = 202+63+112=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F70 is #35C08F. Grayscale: #6E6E6E. Windows color (decimal): -3522704 or 7356362. OLE color: 7356362.

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

Color convert

RGB20263112-
CMYK00.690.450.21
HSL338.85º56.73%51.96%-
HSV(B)338.85º68.81%79.22%-
XYZ29.0617.2817.13-
YUV110.15129.05193.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=53.58%
G=16.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026311200.690.450.21338.8556.7351.96
HexCA3F700452D151533934
Octal31277160010555255237164
Binary1100101011111111100000100010110110110101101010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F70; }

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

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

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

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

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

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

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

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