#CA436A

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

Shades of Cabaret #CA436A

Tints of Cabaret #CA436A

Color information

#CA436A (or 0xCA436A) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 6A. RGB value is (202,67,106). Sum of RGB (Red+Green+Blue) = 202+67+106=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA436A is #35BC95. Grayscale: #6F6F6F. Windows color (decimal): -3521686 or 6964170. OLE color: 6964170.

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

Color convert

RGB20267106-
CMYK00.670.480.21
HSL342.67º56.02%52.75%-
HSV(B)342.67º66.83%79.22%-
XYZ28.9717.6115.51-
YUV111.81124.73192.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=53.87%
G=17.87%
B=28.27%

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
Decimal2026710600.670.480.21342.6756.0252.75
HexCA436A04330151573835
Octal312103152010360255277065
Binary11001010100001111010100100001111000010101101010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA436A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA436A; }

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

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

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

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

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

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

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

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