#CA4269

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

Shades of Cabaret #CA4269

Tints of Cabaret #CA4269

Color information

#CA4269 (or 0xCA4269) is unknown color: approx Cabaret. HEX triplet: CA, 42 and 69. RGB value is (202,66,105). Sum of RGB (Red+Green+Blue) = 202+66+105=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4269 is #35BD96. Grayscale: #6F6F6F. Windows color (decimal): -3521943 or 6898378. OLE color: 6898378.

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

Color convert

RGB20266105-
CMYK00.670.480.21
HSL342.79º56.2%52.55%-
HSV(B)342.79º67.33%79.22%-
XYZ28.8617.4715.22-
YUV111.11124.56192.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=54.16%
G=17.69%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026610500.670.480.21342.7956.252.55
HexCA426904330151573835
Octal312102151010360255277065
Binary11001010100001011010010100001111000010101101010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4269; }

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

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

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

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

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

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

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

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