Html Css Color HEX #CA5373 Cabaret

📋 copy color: '#CA5373'

red 202 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #CA5373

Tints of Cabaret #CA5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 50.5%
G = 20.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA5373 (or 0xCA5373) is known color: Cabaret. HEX triplet: CA, 53 and 73. RGB value is (202,83,115). Sum of RGB (Red+Green+Blue) = 202+83+115=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5373 is #35AC8C. Grayscale: #7A7A7A. Windows color (decimal): -3517581 or 7558090. OLE color: 7558090.

HSL color Cylindrical-coordinate representation of color #CA5373: hue angle of 343.87º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5373 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 115 -
CMYK 0 0.59 0.43 0.21
HSL 343.87º 0.53% 0.56% -
HSV(B) 343.87º 0.59% 0.79% -
XYZ 30.54 19.98 18.47 -
YUV 122.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 202 83 115 0 0.59 0.43 0.21 343.87 0.53 0.56
Hex CA 53 73 0 3B 2B 15 158 35 38
Octal 312 123 163 0 73 53 25 530 65 70
Binary 11001010 1010011 1110011 0 111011 101011 10101 101011000 110101 111000

Color Harmonies of #CA5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5373

Black with #CA5373

Text Example


Text Example

White with #CA5373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5373; }

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

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

background-color css

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

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

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

border-color css

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

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

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