#CA4771

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

Shades of Cabaret #CA4771

Tints of Cabaret #CA4771

Color information

#CA4771 (or 0xCA4771) is unknown color: approx Cabaret. HEX triplet: CA, 47 and 71. RGB value is (202,71,113). Sum of RGB (Red+Green+Blue) = 202+71+113=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4771 is #35B88E. Grayscale: #727272. Windows color (decimal): -3520655 or 7423946. OLE color: 7423946.

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

Color convert

RGB20271113-
CMYK00.650.440.21
HSL340.76º55.27%53.53%-
HSV(B)340.76º64.85%79.22%-
XYZ29.5918.2617.59-
YUV114.96126.9190.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=52.33%
G=18.39%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027111300.650.440.21340.7655.2753.53
HexCA47710412C151553736
Octal312107161010154255256766
Binary11001010100011111100010100000110110010101101010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4771; }

 p { color: rgb(202,71,113); }

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

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

 a { background-color: rgb(202,71,113); }

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

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

 span { border-color: rgb(202,71,113); }

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