Html Css Color HEX #CA5879 Cabaret

📋 copy color: '#CA5879'

red 202 ◦ green 88 ◦ blue 121

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

Shades of Cabaret #CA5879

Tints of Cabaret #CA5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 49.15%
G = 21.41%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA5879 (or 0xCA5879) is known color: Cabaret. HEX triplet: CA, 58 and 79. RGB value is (202,88,121). Sum of RGB (Red+Green+Blue) = 202+88+121=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5879 is #35A786. Grayscale: #7D7D7D. Windows color (decimal): -3516295 or 7952586. OLE color: 7952586.

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

Color convert

RGB 202 88 121 -
CMYK 0 0.56 0.40 0.21
HSL 342.63º 0.52% 0.57% -
HSV(B) 342.63º 0.56% 0.79% -
XYZ 31.3 20.92 20.48 -
YUV 125.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 202 88 121 0 0.56 0.40 0.21 342.63 0.52 0.57
Hex CA 58 79 0 38 28 15 157 34 39
Octal 312 130 171 0 70 50 25 527 64 71
Binary 11001010 1011000 1111001 0 111000 101000 10101 101010111 110100 111001

Color Harmonies of #CA5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5879

Black with #CA5879

Text Example


Text Example

White with #CA5879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5879; }

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

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

background-color css

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

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

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

border-color css

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

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

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