Html Css Color HEX #CA5974 Cabaret

📋 copy color: '#CA5974'

red 202 ◦ green 89 ◦ blue 116

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

Shades of Cabaret #CA5974

Tints of Cabaret #CA5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 49.63%
G = 21.87%
B = 28.5%

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

#CA5974 (or 0xCA5974) is known color: Cabaret. HEX triplet: CA, 59 and 74. RGB value is (202,89,116). Sum of RGB (Red+Green+Blue) = 202+89+116=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5974 is #35A68B. Grayscale: #7D7D7D. Windows color (decimal): -3516044 or 7625162. OLE color: 7625162.

HSL color Cylindrical-coordinate representation of color #CA5974: hue angle of 345.66º 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 #CA5974 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 89 116 -
CMYK 0 0.56 0.43 0.21
HSL 345.66º 0.52% 0.57% -
HSV(B) 345.66º 0.56% 0.79% -
XYZ 31.08 20.96 18.93 -
YUV 125.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 202 89 116 0 0.56 0.43 0.21 345.66 0.52 0.57
Hex CA 59 74 0 38 2B 15 15A 34 39
Octal 312 131 164 0 70 53 25 532 64 71
Binary 11001010 1011001 1110100 0 111000 101011 10101 101011010 110100 111001

Color Harmonies of #CA5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5974

Black with #CA5974

Text Example


Text Example

White with #CA5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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