Html Css Color HEX #CA5772 Cabaret

📋 copy color: '#CA5772'

red 202 ◦ green 87 ◦ blue 114

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

Shades of Cabaret #CA5772

Tints of Cabaret #CA5772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 50.12%
G = 21.59%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA5772 (or 0xCA5772) is known color: Cabaret. HEX triplet: CA, 57 and 72. RGB value is (202,87,114). Sum of RGB (Red+Green+Blue) = 202+87+114=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5772 is #35A88D. Grayscale: #7C7C7C. Windows color (decimal): -3516558 or 7493578. OLE color: 7493578.

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

Color convert

RGB 202 87 114 -
CMYK 0 0.57 0.44 0.21
HSL 345.91º 0.52% 0.57% -
HSV(B) 345.91º 0.57% 0.79% -
XYZ 30.8 20.59 18.27 -
YUV 124.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 202 87 114 0 0.57 0.44 0.21 345.91 0.52 0.57
Hex CA 57 72 0 39 2C 15 15A 34 39
Octal 312 127 162 0 71 54 25 532 64 71
Binary 11001010 1010111 1110010 0 111001 101100 10101 101011010 110100 111001

Color Harmonies of #CA5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5772

Black with #CA5772

Text Example


Text Example

White with #CA5772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5772; }

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

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

background-color css

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

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

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

border-color css

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

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

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