#CA4362

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

Shades of Cabaret #CA4362

Tints of Cabaret #CA4362

Color information

#CA4362 (or 0xCA4362) is unknown color: approx Cabaret. HEX triplet: CA, 43 and 62. RGB value is (202,67,98). Sum of RGB (Red+Green+Blue) = 202+67+98=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4362 is #35BC9D. Grayscale: #6E6E6E. Windows color (decimal): -3521694 or 6439882. OLE color: 6439882.

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

Color convert

RGB2026798-
CMYK00.670.510.21
HSL346.22º56.02%52.75%-
HSV(B)346.22º66.83%79.22%-
XYZ28.5717.4513.42-
YUV110.9120.73192.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=55.04%
G=18.26%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202679800.670.510.21346.2256.0252.75
HexCA4362043331515a3835
Octal312103142010363255327065
Binary11001010100001111000100100001111001110101101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4362; }

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

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

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

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

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

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

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

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