#CA4A64

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

Shades of Cabaret #CA4A64

Tints of Cabaret #CA4A64

Color information

#CA4A64 (or 0xCA4A64) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 64. RGB value is (202,74,100). Sum of RGB (Red+Green+Blue) = 202+74+100=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A64 is #35B59B. Grayscale: #737373. Windows color (decimal): -3519900 or 6572746. OLE color: 6572746.

HSL color Cylindrical-coordinate representation of color #CA4A64: hue angle of 347.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A64 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20274100-
CMYK00.630.500.21
HSL347.81º54.7%54.12%-
HSV(B)347.81º63.37%79.22%-
XYZ29.1118.3714.07-
YUV115.24119.41189.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=53.72%
G=19.68%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027410000.630.500.21347.8154.754.12
HexCA4A6403F321515c3736
Octal31211214407762255346766
Binary1100101010010101100100011111111001010101101011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A64; }

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

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

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

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

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

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

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

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