Html Css Color HEX #CA5579 Cabaret

📋 copy color: '#CA5579'

red 202 ◦ green 85 ◦ blue 121

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

Shades of Cabaret #CA5579

Tints of Cabaret #CA5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 49.51%
G = 20.83%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA5579 (or 0xCA5579) is known color: Cabaret. HEX triplet: CA, 55 and 79. RGB value is (202,85,121). Sum of RGB (Red+Green+Blue) = 202+85+121=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5579 is #35AA86. Grayscale: #7C7C7C. Windows color (decimal): -3517063 or 7951818. OLE color: 7951818.

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

Color convert

RGB 202 85 121 -
CMYK 0 0.58 0.40 0.21
HSL 341.54º 0.52% 0.56% -
HSV(B) 341.54º 0.58% 0.79% -
XYZ 31.06 20.43 20.4 -
YUV 124.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 202 85 121 0 0.58 0.40 0.21 341.54 0.52 0.56
Hex CA 55 79 0 3A 28 15 156 34 38
Octal 312 125 171 0 72 50 25 526 64 70
Binary 11001010 1010101 1111001 0 111010 101000 10101 101010110 110100 111000

Color Harmonies of #CA5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5579

Black with #CA5579

Text Example


Text Example

White with #CA5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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