Html Css Color HEX #CA5873 Cabaret

📋 copy color: '#CA5873'

red 202 ◦ green 88 ◦ blue 115

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

Shades of Cabaret #CA5873

Tints of Cabaret #CA5873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 49.88%
G = 21.73%
B = 28.4%

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

#CA5873 (or 0xCA5873) is known color: Cabaret. HEX triplet: CA, 58 and 73. RGB value is (202,88,115). Sum of RGB (Red+Green+Blue) = 202+88+115=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5873 is #35A78C. Grayscale: #7D7D7D. Windows color (decimal): -3516301 or 7559370. OLE color: 7559370.

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

Color convert

RGB 202 88 115 -
CMYK 0 0.56 0.43 0.21
HSL 345.79º 0.52% 0.57% -
HSV(B) 345.79º 0.56% 0.79% -
XYZ 30.94 20.77 18.6 -
YUV 125.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 202 88 115 0 0.56 0.43 0.21 345.79 0.52 0.57
Hex CA 58 73 0 38 2B 15 15A 34 39
Octal 312 130 163 0 70 53 25 532 64 71
Binary 11001010 1011000 1110011 0 111000 101011 10101 101011010 110100 111001

Color Harmonies of #CA5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5873

Black with #CA5873

Text Example


Text Example

White with #CA5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5873; }

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

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

background-color css

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

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

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

border-color css

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

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

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