Html Css Color HEX #C9A97D Cameo

📋 copy color: '#C9A97D'

red 201 ◦ green 169 ◦ blue 125

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

Shades of Cameo #C9A97D

Tints of Cameo #C9A97D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 40.61%
G = 34.14%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9A97D (or 0xC9A97D) is known color: Cameo. HEX triplet: C9, A9 and 7D. RGB value is (201,169,125). Sum of RGB (Red+Green+Blue) = 201+169+125=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A97D is #365682. Grayscale: #ADADAD. Windows color (decimal): -3561091 or 8235465. OLE color: 8235465.

HSL color Cylindrical-coordinate representation of color #C9A97D: hue angle of 34.74º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9A97D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 125 -
CMYK 0 0.16 0.38 0.21
HSL 34.74º 0.41% 0.64% -
HSV(B) 34.74º 0.38% 0.79% -
XYZ 41.98 42.27 25.35 -
YUV 173.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 201 169 125 0 0.16 0.38 0.21 34.74 0.41 0.64
Hex C9 A9 7D 0 10 26 15 23 29 40
Octal 311 251 175 0 20 46 25 43 51 100
Binary 11001001 10101001 1111101 0 10000 100110 10101 100011 101001 1000000

Color Harmonies of #C9A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A97D

Black with #C9A97D

Text Example


Text Example

White with #C9A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A97D; }

 p { color: rgb(201,169,125); }

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

background-color css

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

 a { background-color: rgb(201,169,125); }

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

border-color css

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

 span { border-color: rgb(201,169,125); }

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