Html Css Color HEX #C5486A Cabaret

📋 copy color: '#C5486A'

red 197 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #C5486A

Tints of Cabaret #C5486A

RGB

 RED value IS 197 (77.34% from 255) = 52.53%

 GREEN value IS 72 (28.52% from 255) = 19.2%

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 52.53%
G = 19.2%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5486A (or 0xC5486A) is known color: Cabaret. HEX triplet: C5, 48 and 6A. RGB value is (197,72,106). Sum of RGB (Red+Green+Blue) = 197+72+106=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5486A is #3AB795. Grayscale: #717171. Windows color (decimal): -3848086 or 6965445. OLE color: 6965445.

HSL color Cylindrical-coordinate representation of color #C5486A: hue angle of 343.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5486A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 106 -
CMYK 0 0.63 0.46 0.23
HSL 343.68º 0.52% 0.53% -
HSV(B) 343.68º 0.63% 0.77% -
XYZ 27.94 17.55 15.55 -
YUV 113.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 197 72 106 0 0.63 0.46 0.23 343.68 0.52 0.53
Hex C5 48 6A 0 3F 2E 17 158 34 35
Octal 305 110 152 0 77 56 27 530 64 65
Binary 11000101 1001000 1101010 0 111111 101110 10111 101011000 110100 110101

Color Harmonies of #C5486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5486A

Black with #C5486A

Text Example


Text Example

White with #C5486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5486A; }

 p { color: rgb(197,72,106); }

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

background-color css

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

 a { background-color: rgb(197,72,106); }

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

border-color css

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

 span { border-color: rgb(197,72,106); }

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