#CA4361

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

Shades of Cabaret #CA4361

Tints of Cabaret #CA4361

Color information

#CA4361 (or 0xCA4361) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 61. RGB value is (202,67,97). Sum of RGB (Red+Green+Blue) = 202+67+97=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4361 is #35BC9E. Grayscale: #6E6E6E. Windows color (decimal): -3521695 or 6374346. OLE color: 6374346.

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

Color convert

RGB2026797-
CMYK00.670.520.21
HSL346.67º56.02%52.75%-
HSV(B)346.67º66.83%79.22%-
XYZ28.5217.4313.17-
YUV110.78120.23193.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=55.19%
G=18.31%
B=26.50%

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
Decimal202679700.670.520.21346.6756.0252.75
HexCA4361043341515b3835
Octal312103141010364255337065
Binary11001010100001111000010100001111010010101101011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4361; }

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

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

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

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

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

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

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

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