Html Css Color HEX #C5486F Cabaret

📋 copy color: '#C5486F'

red 197 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #C5486F

Tints of Cabaret #C5486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 51.84%
G = 18.95%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5486F (or 0xC5486F) is known color: Cabaret. HEX triplet: C5, 48 and 6F. RGB value is (197,72,111). Sum of RGB (Red+Green+Blue) = 197+72+111=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5486F is #3AB790. Grayscale: #717171. Windows color (decimal): -3848081 or 7293125. OLE color: 7293125.

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

Color convert

RGB 197 72 111 -
CMYK 0 0.63 0.44 0.23
HSL 341.28º 0.52% 0.53% -
HSV(B) 341.28º 0.63% 0.77% -
XYZ 28.21 17.65 16.96 -
YUV 113.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 197 72 111 0 0.63 0.44 0.23 341.28 0.52 0.53
Hex C5 48 6F 0 3F 2C 17 155 34 35
Octal 305 110 157 0 77 54 27 525 64 65
Binary 11000101 1001000 1101111 0 111111 101100 10111 101010101 110100 110101

Color Harmonies of #C5486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5486F

Black with #C5486F

Text Example


Text Example

White with #C5486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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