Html Css Color HEX #CA5874 Cabaret

📋 copy color: '#CA5874'

red 202 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #CA5874

Tints of Cabaret #CA5874

RGB

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

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

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

R = 49.75%
G = 21.67%
B = 28.57%

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

#CA5874 (or 0xCA5874) is known color: Cabaret. HEX triplet: CA, 58 and 74. RGB value is (202,88,116). Sum of RGB (Red+Green+Blue) = 202+88+116=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5874 is #35A78B. Grayscale: #7D7D7D. Windows color (decimal): -3516300 or 7624906. OLE color: 7624906.

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

Color convert

RGB 202 88 116 -
CMYK 0 0.56 0.43 0.21
HSL 345.26º 0.52% 0.57% -
HSV(B) 345.26º 0.56% 0.79% -
XYZ 31 20.8 18.9 -
YUV 125.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 202 88 116 0 0.56 0.43 0.21 345.26 0.52 0.57
Hex CA 58 74 0 38 2B 15 159 34 39
Octal 312 130 164 0 70 53 25 531 64 71
Binary 11001010 1011000 1110100 0 111000 101011 10101 101011001 110100 111001

Color Harmonies of #CA5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5874

Black with #CA5874

Text Example


Text Example

White with #CA5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5874; }

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

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

background-color css

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

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

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

border-color css

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

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

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