Html Css Color HEX #C9A494 Rose

📋 copy color: '#C9A494'

red 201 ◦ green 164 ◦ blue 148

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

Shades of Rose #C9A494

Tints of Rose #C9A494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 39.18%
G = 31.97%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9A494 (or 0xC9A494) is known color: Rose. HEX triplet: C9, A4 and 94. RGB value is (201,164,148). Sum of RGB (Red+Green+Blue) = 201+164+148=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A494 is #365B6B. Grayscale: #ADADAD. Windows color (decimal): -3562348 or 9741513. OLE color: 9741513.

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

Color convert

RGB 201 164 148 -
CMYK 0 0.18 0.26 0.21
HSL 18.11º 0.33% 0.68% -
HSV(B) 18.11º 0.26% 0.79% -
XYZ 42.71 41.11 33.7 -
YUV 173.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 201 164 148 0 0.18 0.26 0.21 18.11 0.33 0.68
Hex C9 A4 94 0 12 1A 15 12 21 44
Octal 311 244 224 0 22 32 25 22 41 104
Binary 11001001 10100100 10010100 0 10010 11010 10101 10010 100001 1000100

Color Harmonies of #C9A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A494

Black with #C9A494

Text Example


Text Example

White with #C9A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A494; }

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

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

background-color css

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

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

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

border-color css

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

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

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