Html Css Color HEX #C9A47B Cameo

📋 copy color: '#C9A47B'

red 201 ◦ green 164 ◦ blue 123

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

Shades of Cameo #C9A47B

Tints of Cameo #C9A47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 41.19%
G = 33.61%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9A47B (or 0xC9A47B) is known color: Cameo. HEX triplet: C9, A4 and 7B. RGB value is (201,164,123). Sum of RGB (Red+Green+Blue) = 201+164+123=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A47B is #365B84. Grayscale: #AAAAAA. Windows color (decimal): -3562373 or 8103113. OLE color: 8103113.

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

Color convert

RGB 201 164 123 -
CMYK 0 0.18 0.39 0.21
HSL 31.54º 0.42% 0.64% -
HSV(B) 31.54º 0.39% 0.79% -
XYZ 40.94 40.4 24.38 -
YUV 170.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 201 164 123 0 0.18 0.39 0.21 31.54 0.42 0.64
Hex C9 A4 7B 0 12 27 15 20 2A 40
Octal 311 244 173 0 22 47 25 40 52 100
Binary 11001001 10100100 1111011 0 10010 100111 10101 100000 101010 1000000

Color Harmonies of #C9A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A47B

Black with #C9A47B

Text Example


Text Example

White with #C9A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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