Html Css Color HEX #CA5A71 Cabaret

📋 copy color: '#CA5A71'

red 202 ◦ green 90 ◦ blue 113

#CA5A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CA5A71

Tints of Cabaret #CA5A71

RGB

 RED value IS 202 (79.3% from 255) = 49.88%

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 49.88%
G = 22.22%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA5A71 (or 0xCA5A71) is known color: Cabaret. HEX triplet: CA, 5A and 71. RGB value is (202,90,113). Sum of RGB (Red+Green+Blue) = 202+90+113=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A71 is #35A58E. Grayscale: #7E7E7E. Windows color (decimal): -3515791 or 7428810. OLE color: 7428810.

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

Color convert

RGB 202 90 113 -
CMYK 0 0.55 0.44 0.21
HSL 347.68º 0.51% 0.57% -
HSV(B) 347.68º 0.55% 0.79% -
XYZ 30.99 21.06 18.05 -
YUV 126.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 202 90 113 0 0.55 0.44 0.21 347.68 0.51 0.57
Hex CA 5A 71 0 37 2C 15 15C 33 39
Octal 312 132 161 0 67 54 25 534 63 71
Binary 11001010 1011010 1110001 0 110111 101100 10101 101011100 110011 111001

Color Harmonies of #CA5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A71

Black with #CA5A71

Text Example


Text Example

White with #CA5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A71; }

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

 H1.HeaderClassName
 {
   color: #CA5A71;
 }
 .AnyTagClassName
 {
   color: #CA5A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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