Html Css Color HEX #C5486C Cabaret

📋 copy color: '#C5486C'

red 197 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #C5486C

Tints of Cabaret #C5486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 52.25%
G = 19.1%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5486C (or 0xC5486C) is known color: Cabaret. HEX triplet: C5, 48 and 6C. RGB value is (197,72,108). Sum of RGB (Red+Green+Blue) = 197+72+108=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5486C is #3AB793. Grayscale: #717171. Windows color (decimal): -3848084 or 7096517. OLE color: 7096517.

HSL color Cylindrical-coordinate representation of color #C5486C: hue angle of 342.72º 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 #C5486C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 108 -
CMYK 0 0.63 0.45 0.23
HSL 342.72º 0.52% 0.53% -
HSV(B) 342.72º 0.63% 0.77% -
XYZ 28.05 17.59 16.1 -
YUV 113.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 197 72 108 0 0.63 0.45 0.23 342.72 0.52 0.53
Hex C5 48 6C 0 3F 2D 17 157 34 35
Octal 305 110 154 0 77 55 27 527 64 65
Binary 11000101 1001000 1101100 0 111111 101101 10111 101010111 110100 110101

Color Harmonies of #C5486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5486C

Black with #C5486C

Text Example


Text Example

White with #C5486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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