Html Css Color HEX #CA5777 Cabaret

📋 copy color: '#CA5777'

red 202 ◦ green 87 ◦ blue 119

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

Shades of Cabaret #CA5777

Tints of Cabaret #CA5777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 49.51%
G = 21.32%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA5777 (or 0xCA5777) is known color: Cabaret. HEX triplet: CA, 57 and 77. RGB value is (202,87,119). Sum of RGB (Red+Green+Blue) = 202+87+119=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5777 is #35A888. Grayscale: #7D7D7D. Windows color (decimal): -3516553 or 7821258. OLE color: 7821258.

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

Color convert

RGB 202 87 119 -
CMYK 0 0.57 0.41 0.21
HSL 343.3º 0.52% 0.57% -
HSV(B) 343.3º 0.57% 0.79% -
XYZ 31.1 20.7 19.81 -
YUV 125.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 202 87 119 0 0.57 0.41 0.21 343.3 0.52 0.57
Hex CA 57 77 0 39 29 15 157 34 39
Octal 312 127 167 0 71 51 25 527 64 71
Binary 11001010 1010111 1110111 0 111001 101001 10101 101010111 110100 111001

Color Harmonies of #CA5777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5777

Black with #CA5777

Text Example


Text Example

White with #CA5777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5777; }

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

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

background-color css

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

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

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

border-color css

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

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

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