Html Css Color HEX #CA5370 Cabaret

📋 copy color: '#CA5370'

red 202 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #CA5370

Tints of Cabaret #CA5370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 50.88%
G = 20.91%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA5370 (or 0xCA5370) is known color: Cabaret. HEX triplet: CA, 53 and 70. RGB value is (202,83,112). Sum of RGB (Red+Green+Blue) = 202+83+112=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5370 is #35AC8F. Grayscale: #797979. Windows color (decimal): -3517584 or 7361482. OLE color: 7361482.

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

Color convert

RGB 202 83 112 -
CMYK 0 0.59 0.45 0.21
HSL 345.38º 0.53% 0.56% -
HSV(B) 345.38º 0.59% 0.79% -
XYZ 30.38 19.91 17.57 -
YUV 121.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 202 83 112 0 0.59 0.45 0.21 345.38 0.53 0.56
Hex CA 53 70 0 3B 2D 15 159 35 38
Octal 312 123 160 0 73 55 25 531 65 70
Binary 11001010 1010011 1110000 0 111011 101101 10101 101011001 110101 111000

Color Harmonies of #CA5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5370

Black with #CA5370

Text Example


Text Example

White with #CA5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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