#CA4563

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

Shades of Cabaret #CA4563

Tints of Cabaret #CA4563

Color information

#CA4563 (or 0xCA4563) is unknown color: approx Cabaret. HEX triplet: CA, 45 and 63. RGB value is (202,69,99). Sum of RGB (Red+Green+Blue) = 202+69+99=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4563 is #35BA9C. Grayscale: #707070. Windows color (decimal): -3521181 or 6505930. OLE color: 6505930.

HSL color Cylindrical-coordinate representation of color #CA4563: hue angle of 346.47º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4563 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2026999-
CMYK00.660.510.21
HSL346.47º55.65%53.14%-
HSV(B)346.47º65.84%79.22%-
XYZ28.7417.7113.71-
YUV112.19120.56192.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=54.59%
G=18.65%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202699900.660.510.21346.4755.6553.14
HexCA4563042331515a3835
Octal312105143010263255327065
Binary11001010100010111000110100001011001110101101011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4563; }

 p { color: rgb(202,69,99); }

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

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

 a { background-color: rgb(202,69,99); }

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

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

 span { border-color: rgb(202,69,99); }

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