Html Css Color HEX #C9486B Cabaret

📋 copy color: '#C9486B'

red 201 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #C9486B

Tints of Cabaret #C9486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 52.89%
G = 18.95%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9486B (or 0xC9486B) is known color: Cabaret. HEX triplet: C9, 48 and 6B. RGB value is (201,72,107). Sum of RGB (Red+Green+Blue) = 201+72+107=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9486B is #36B794. Grayscale: #727272. Windows color (decimal): -3585941 or 7030985. OLE color: 7030985.

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

Color convert

RGB 201 72 107 -
CMYK 0 0.64 0.47 0.21
HSL 343.72º 0.54% 0.54% -
HSV(B) 343.72º 0.64% 0.79% -
XYZ 29.06 18.11 15.87 -
YUV 114.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 201 72 107 0 0.64 0.47 0.21 343.72 0.54 0.54
Hex C9 48 6B 0 40 2F 15 158 36 36
Octal 311 110 153 0 100 57 25 530 66 66
Binary 11001001 1001000 1101011 0 1000000 101111 10101 101011000 110110 110110

Color Harmonies of #C9486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9486B

Black with #C9486B

Text Example


Text Example

White with #C9486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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