#CA4A67

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

Shades of Cabaret #CA4A67

Tints of Cabaret #CA4A67

Color information

#CA4A67 (or 0xCA4A67) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 67. RGB value is (202,74,103). Sum of RGB (Red+Green+Blue) = 202+74+103=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A67 is #35B598. Grayscale: #737373. Windows color (decimal): -3519897 or 6769354. OLE color: 6769354.

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

Color convert

RGB20274103-
CMYK00.630.490.21
HSL346.41º54.7%54.12%-
HSV(B)346.41º63.37%79.22%-
XYZ29.2518.4314.85-
YUV115.58120.91189.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=53.30%
G=19.53%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027410300.630.490.21346.4154.754.12
HexCA4A6703F311515a3736
Octal31211214707761255326766
Binary1100101010010101100111011111111000110101101011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A67; }

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

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

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

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

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

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

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

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