#CA4360

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

Shades of Cabaret #CA4360

Tints of Cabaret #CA4360

Color information

#CA4360 (or 0xCA4360) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 60. RGB value is (202,67,96). Sum of RGB (Red+Green+Blue) = 202+67+96=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4360 is #35BC9F. Grayscale: #6E6E6E. Windows color (decimal): -3521696 or 6308810. OLE color: 6308810.

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

Color convert

RGB2026796-
CMYK00.670.520.21
HSL347.11º56.02%52.75%-
HSV(B)347.11º66.83%79.22%-
XYZ28.4817.4212.93-
YUV110.67119.73193.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=55.34%
G=18.36%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202679600.670.520.21347.1156.0252.75
HexCA4360043341515b3835
Octal312103140010364255337065
Binary11001010100001111000000100001111010010101101011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4360; }

 p { color: rgb(202,67,96); }

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

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

 a { background-color: rgb(202,67,96); }

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

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

 span { border-color: rgb(202,67,96); }

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