Html Css Color HEX #C9A191 Rose

📋 copy color: '#C9A191'

red 201 ◦ green 161 ◦ blue 145

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

Shades of Rose #C9A191

Tints of Rose #C9A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 39.64%
G = 31.76%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C9A191 (or 0xC9A191) is known color: Rose. HEX triplet: C9, A1 and 91. RGB value is (201,161,145). Sum of RGB (Red+Green+Blue) = 201+161+145=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A191 is #365E6E. Grayscale: #ABABAB. Windows color (decimal): -3563119 or 9544137. OLE color: 9544137.

HSL color Cylindrical-coordinate representation of color #C9A191: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A191 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 145 -
CMYK 0 0.20 0.28 0.21
HSL 17.14º 0.34% 0.68% -
HSV(B) 17.14º 0.28% 0.79% -
XYZ 41.94 39.95 32.29 -
YUV 171.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 201 161 145 0 0.20 0.28 0.21 17.14 0.34 0.68
Hex C9 A1 91 0 14 1C 15 11 22 44
Octal 311 241 221 0 24 34 25 21 42 104
Binary 11001001 10100001 10010001 0 10100 11100 10101 10001 100010 1000100

Color Harmonies of #C9A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A191

Black with #C9A191

Text Example


Text Example

White with #C9A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A191; }

 p { color: rgb(201,161,145); }

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

background-color css

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

 a { background-color: rgb(201,161,145); }

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

border-color css

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

 span { border-color: rgb(201,161,145); }

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