#CA3D64

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

Shades of Cabaret #CA3D64

Tints of Cabaret #CA3D64

Color information

#CA3D64 (or 0xCA3D64) is unknown color: approx Cabaret. HEX triplet: CA, 3D and 64. RGB value is (202,61,100). Sum of RGB (Red+Green+Blue) = 202+61+100=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D64 is #35C29B. Grayscale: #6B6B6B. Windows color (decimal): -3523228 or 6569418. OLE color: 6569418.

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

Color convert

RGB20261100-
CMYK00.700.500.21
HSL343.4º57.09%51.57%-
HSV(B)343.4º69.8%79.22%-
XYZ28.3316.8113.81-
YUV107.6123.71195.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=55.65%
G=16.80%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026110000.700.500.21343.457.0951.57
HexCA3D6404632151573934
Octal31275144010662255277164
Binary1100101011110111001000100011011001010101101010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D64; }

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

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

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

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

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

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

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

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