Html Css Color HEX #C9486C Cabaret

📋 copy color: '#C9486C'

red 201 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #C9486C

Tints of Cabaret #C9486C

RGB

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

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

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

R = 52.76%
G = 18.9%
B = 28.35%

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

#C9486C (or 0xC9486C) is known color: Cabaret. HEX triplet: C9, 48 and 6C. RGB value is (201,72,108). Sum of RGB (Red+Green+Blue) = 201+72+108=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9486C is #36B793. Grayscale: #727272. Windows color (decimal): -3585940 or 7096521. OLE color: 7096521.

HSL color Cylindrical-coordinate representation of color #C9486C: hue angle of 343.26º 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 #C9486C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 108 -
CMYK 0 0.64 0.46 0.21
HSL 343.26º 0.54% 0.54% -
HSV(B) 343.26º 0.64% 0.79% -
XYZ 29.11 18.13 16.15 -
YUV 114.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 201 72 108 0 0.64 0.46 0.21 343.26 0.54 0.54
Hex C9 48 6C 0 40 2E 15 157 36 36
Octal 311 110 154 0 100 56 25 527 66 66
Binary 11001001 1001000 1101100 0 1000000 101110 10101 101010111 110110 110110

Color Harmonies of #C9486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9486C

Black with #C9486C

Text Example


Text Example

White with #C9486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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