Html Css Color HEX #C9486D Cabaret

📋 copy color: '#C9486D'

red 201 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #C9486D

Tints of Cabaret #C9486D

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 52.62%
G = 18.85%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9486D (or 0xC9486D) is known color: Cabaret. HEX triplet: C9, 48 and 6D. RGB value is (201,72,109). Sum of RGB (Red+Green+Blue) = 201+72+109=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9486D is #36B792. Grayscale: #727272. Windows color (decimal): -3585939 or 7162057. OLE color: 7162057.

HSL color Cylindrical-coordinate representation of color #C9486D: hue angle of 342.79º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9486D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 109 -
CMYK 0 0.64 0.46 0.21
HSL 342.79º 0.54% 0.54% -
HSV(B) 342.79º 0.64% 0.79% -
XYZ 29.17 18.16 16.44 -
YUV 114.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 201 72 109 0 0.64 0.46 0.21 342.79 0.54 0.54
Hex C9 48 6D 0 40 2E 15 157 36 36
Octal 311 110 155 0 100 56 25 527 66 66
Binary 11001001 1001000 1101101 0 1000000 101110 10101 101010111 110110 110110

Color Harmonies of #C9486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9486D

Black with #C9486D

Text Example


Text Example

White with #C9486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9486D; }

 p { color: rgb(201,72,109); }

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

background-color css

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

 a { background-color: rgb(201,72,109); }

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

border-color css

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

 span { border-color: rgb(201,72,109); }

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