Html Css Color HEX #CA5978 Cabaret

📋 copy color: '#CA5978'

red 202 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #CA5978

Tints of Cabaret #CA5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 49.15%
G = 21.65%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA5978 (or 0xCA5978) is known color: Cabaret. HEX triplet: CA, 59 and 78. RGB value is (202,89,120). Sum of RGB (Red+Green+Blue) = 202+89+120=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5978 is #35A687. Grayscale: #7E7E7E. Windows color (decimal): -3516040 or 7887306. OLE color: 7887306.

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

Color convert

RGB 202 89 120 -
CMYK 0 0.56 0.41 0.21
HSL 343.54º 0.52% 0.57% -
HSV(B) 343.54º 0.56% 0.79% -
XYZ 31.32 21.06 20.18 -
YUV 126.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 202 89 120 0 0.56 0.41 0.21 343.54 0.52 0.57
Hex CA 59 78 0 38 29 15 158 34 39
Octal 312 131 170 0 70 51 25 530 64 71
Binary 11001010 1011001 1111000 0 111000 101001 10101 101011000 110100 111001

Color Harmonies of #CA5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5978

Black with #CA5978

Text Example


Text Example

White with #CA5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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