#CA4863

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

Shades of Cabaret #CA4863

Tints of Cabaret #CA4863

Color information

#CA4863 (or 0xCA4863) is unknown color: approx Cabaret. HEX triplet: CA, 48 and 63. RGB value is (202,72,99). Sum of RGB (Red+Green+Blue) = 202+72+99=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4863 is #35B79C. Grayscale: #717171. Windows color (decimal): -3520413 or 6506698. OLE color: 6506698.

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

Color convert

RGB2027299-
CMYK00.640.510.21
HSL347.54º55.08%53.73%-
HSV(B)347.54º64.36%79.22%-
XYZ28.9318.0913.77-
YUV113.95119.57190.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=54.16%
G=19.30%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202729900.640.510.21347.5455.0853.73
HexCA4863040331515c3736
Octal312110143010063255346766
Binary11001010100100011000110100000011001110101101011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4863; }

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

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

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

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

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

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

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

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