#CA5E67

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

Shades of Cabaret #CA5E67

Tints of Cabaret #CA5E67

Color information

#CA5E67 (or 0xCA5E67) is unknown color: approx Cabaret. HEX triplet: CA, 5E and 67. RGB value is (202,94,103). Sum of RGB (Red+Green+Blue) = 202+94+103=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E67 is #35A198. Grayscale: #7F7F7F. Windows color (decimal): -3514777 or 6774474. OLE color: 6774474.

HSL color Cylindrical-coordinate representation of color #CA5E67: hue angle of 355º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E67 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20294103-
CMYK00.530.490.21
HSL355º50.47%58.04%-
HSV(B)355º53.47%79.22%-
XYZ30.8121.5415.37-
YUV127.32114.28181.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=50.63%
G=23.56%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029410300.530.490.2135550.4758.04
HexCA5E670353115163323a
Octal31213614706561255436272
Binary1100101010111101100111011010111000110101101100011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E67; }

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

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

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

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

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

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

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

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