Html Css Color HEX #C9A492 Rose

📋 copy color: '#C9A492'

red 201 ◦ green 164 ◦ blue 146

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

Shades of Rose #C9A492

Tints of Rose #C9A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.09%

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 39.33%
G = 32.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C9A492 (or 0xC9A492) is known color: Rose. HEX triplet: C9, A4 and 92. RGB value is (201,164,146). Sum of RGB (Red+Green+Blue) = 201+164+146=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A492 is #365B6D. Grayscale: #ADADAD. Windows color (decimal): -3562350 or 9610441. OLE color: 9610441.

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

Color convert

RGB 201 164 146 -
CMYK 0 0.18 0.27 0.21
HSL 19.64º 0.34% 0.68% -
HSV(B) 19.64º 0.27% 0.79% -
XYZ 42.55 41.04 32.87 -
YUV 173.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 201 164 146 0 0.18 0.27 0.21 19.64 0.34 0.68
Hex C9 A4 92 0 12 1B 15 14 22 44
Octal 311 244 222 0 22 33 25 24 42 104
Binary 11001001 10100100 10010010 0 10010 11011 10101 10100 100010 1000100

Color Harmonies of #C9A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A492

Black with #C9A492

Text Example


Text Example

White with #C9A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A492; }

 p { color: rgb(201,164,146); }

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

background-color css

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

 a { background-color: rgb(201,164,146); }

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

border-color css

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

 span { border-color: rgb(201,164,146); }

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