Html Css Color HEX #CA5770 Cabaret

📋 copy color: '#CA5770'

red 202 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #CA5770

Tints of Cabaret #CA5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 50.37%
G = 21.7%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA5770 (or 0xCA5770) is known color: Cabaret. HEX triplet: CA, 57 and 70. RGB value is (202,87,112). Sum of RGB (Red+Green+Blue) = 202+87+112=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5770 is #35A88F. Grayscale: #7C7C7C. Windows color (decimal): -3516560 or 7362506. OLE color: 7362506.

HSL color Cylindrical-coordinate representation of color #CA5770: hue angle of 346.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5770 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 112 -
CMYK 0 0.57 0.45 0.21
HSL 346.96º 0.52% 0.57% -
HSV(B) 346.96º 0.57% 0.79% -
XYZ 30.69 20.54 17.68 -
YUV 124.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 202 87 112 0 0.57 0.45 0.21 346.96 0.52 0.57
Hex CA 57 70 0 39 2D 15 15B 34 39
Octal 312 127 160 0 71 55 25 533 64 71
Binary 11001010 1010111 1110000 0 111001 101101 10101 101011011 110100 111001

Color Harmonies of #CA5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5770

Black with #CA5770

Text Example


Text Example

White with #CA5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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