#CA556B

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

Shades of Cabaret #CA556B

Tints of Cabaret #CA556B

Color information

#CA556B (or 0xCA556B) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 6B. RGB value is (202,85,107). Sum of RGB (Red+Green+Blue) = 202+85+107=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA556B is #35AA94. Grayscale: #7A7A7A. Windows color (decimal): -3517077 or 7034314. OLE color: 7034314.

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

Color convert

RGB20285107-
CMYK00.580.470.21
HSL348.72º52.47%56.27%-
HSV(B)348.72º57.92%79.22%-
XYZ30.2620.1216.2-
YUV122.49119.26184.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=51.27%
G=21.57%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028510700.580.470.21348.7252.4756.27
HexCA556B03A2F1515d3438
Octal31212515307257255356470
Binary1100101010101011101011011101010111110101101011101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA556B; }

 p { color: rgb(202,85,107); }

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

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

 a { background-color: rgb(202,85,107); }

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

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

 span { border-color: rgb(202,85,107); }

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