Html Css Color HEX #C9A593 Rose

📋 copy color: '#C9A593'

red 201 ◦ green 165 ◦ blue 147

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

Shades of Rose #C9A593

Tints of Rose #C9A593

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 39.18%
G = 32.16%
B = 28.65%

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

#C9A593 (or 0xC9A593) is known color: Rose. HEX triplet: C9, A5 and 93. RGB value is (201,165,147). Sum of RGB (Red+Green+Blue) = 201+165+147=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A593 is #365A6C. Grayscale: #ADADAD. Windows color (decimal): -3562093 or 9676233. OLE color: 9676233.

HSL color Cylindrical-coordinate representation of color #C9A593: hue angle of 20º degrees, saturation: 0.33, 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 #C9A593 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 147 -
CMYK 0 0.18 0.27 0.21
HSL 20º 0.33% 0.68% -
HSV(B) 20º 0.27% 0.79% -
XYZ 42.81 41.43 33.35 -
YUV 173.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 201 165 147 0 0.18 0.27 0.21 20 0.33 0.68
Hex C9 A5 93 0 12 1B 15 14 21 44
Octal 311 245 223 0 22 33 25 24 41 104
Binary 11001001 10100101 10010011 0 10010 11011 10101 10100 100001 1000100

Color Harmonies of #C9A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A593

Black with #C9A593

Text Example


Text Example

White with #C9A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A593; }

 p { color: rgb(201,165,147); }

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

background-color css

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

 a { background-color: rgb(201,165,147); }

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

border-color css

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

 span { border-color: rgb(201,165,147); }

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