Html Css Color HEX #CA5677 Cabaret

📋 copy color: '#CA5677'

red 202 ◦ green 86 ◦ blue 119

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

Shades of Cabaret #CA5677

Tints of Cabaret #CA5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 49.63%
G = 21.13%
B = 29.24%

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

#CA5677 (or 0xCA5677) is known color: Cabaret. HEX triplet: CA, 56 and 77. RGB value is (202,86,119). Sum of RGB (Red+Green+Blue) = 202+86+119=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5677 is #35A988. Grayscale: #7C7C7C. Windows color (decimal): -3516809 or 7821002. OLE color: 7821002.

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

Color convert

RGB 202 86 119 -
CMYK 0 0.57 0.41 0.21
HSL 342.93º 0.52% 0.56% -
HSV(B) 342.93º 0.57% 0.79% -
XYZ 31.01 20.54 19.78 -
YUV 124.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 202 86 119 0 0.57 0.41 0.21 342.93 0.52 0.56
Hex CA 56 77 0 39 29 15 157 34 38
Octal 312 126 167 0 71 51 25 527 64 70
Binary 11001010 1010110 1110111 0 111001 101001 10101 101010111 110100 111000

Color Harmonies of #CA5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5677

Black with #CA5677

Text Example


Text Example

White with #CA5677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5677; }

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

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

background-color css

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

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

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

border-color css

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

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

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