Html Css Color HEX #CA5973 Cabaret

📋 copy color: '#CA5973'

red 202 ◦ green 89 ◦ blue 115

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

Shades of Cabaret #CA5973

Tints of Cabaret #CA5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 49.75%
G = 21.92%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA5973 (or 0xCA5973) is known color: Cabaret. HEX triplet: CA, 59 and 73. RGB value is (202,89,115). Sum of RGB (Red+Green+Blue) = 202+89+115=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5973 is #35A68C. Grayscale: #7D7D7D. Windows color (decimal): -3516045 or 7559626. OLE color: 7559626.

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

Color convert

RGB 202 89 115 -
CMYK 0 0.56 0.43 0.21
HSL 346.19º 0.52% 0.57% -
HSV(B) 346.19º 0.56% 0.79% -
XYZ 31.02 20.94 18.63 -
YUV 125.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 202 89 115 0 0.56 0.43 0.21 346.19 0.52 0.57
Hex CA 59 73 0 38 2B 15 15A 34 39
Octal 312 131 163 0 70 53 25 532 64 71
Binary 11001010 1011001 1110011 0 111000 101011 10101 101011010 110100 111001

Color Harmonies of #CA5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5973

Black with #CA5973

Text Example


Text Example

White with #CA5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5973; }

 p { color: rgb(202,89,115); }

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

background-color css

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

 a { background-color: rgb(202,89,115); }

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

border-color css

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

 span { border-color: rgb(202,89,115); }

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