#CA4260

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

Shades of Cabaret #CA4260

Tints of Cabaret #CA4260

Color information

#CA4260 (or 0xCA4260) is unknown color: approx Cabaret. HEX triplet: CA, 42 and 60. RGB value is (202,66,96). Sum of RGB (Red+Green+Blue) = 202+66+96=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4260 is #35BD9F. Grayscale: #6E6E6E. Windows color (decimal): -3521952 or 6308554. OLE color: 6308554.

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

Color convert

RGB2026696-
CMYK00.670.520.21
HSL346.76º56.2%52.55%-
HSV(B)346.76º67.33%79.22%-
XYZ28.4217.312.91-
YUV110.08120.06193.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=55.49%
G=18.13%
B=26.37%

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
Decimal202669600.670.520.21346.7656.252.55
HexCA4260043341515b3835
Octal312102140010364255337065
Binary11001010100001011000000100001111010010101101011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4260; }

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

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

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

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

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

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

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

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