Html Css Color HEX #C9A468 Putty

📋 copy color: '#C9A468'

red 201 ◦ green 164 ◦ blue 104

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

Shades of Putty #C9A468

Tints of Putty #C9A468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 42.86%
G = 34.97%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C9A468 (or 0xC9A468) is known color: Putty. HEX triplet: C9, A4 and 68. RGB value is (201,164,104). Sum of RGB (Red+Green+Blue) = 201+164+104=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A468 is #365B97. Grayscale: #A8A8A8. Windows color (decimal): -3562392 or 6857929. OLE color: 6857929.

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

Color convert

RGB 201 164 104 -
CMYK 0 0.18 0.48 0.21
HSL 37.11º 0.47% 0.6% -
HSV(B) 37.11º 0.48% 0.79% -
XYZ 39.86 39.97 18.71 -
YUV 168.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 201 164 104 0 0.18 0.48 0.21 37.11 0.47 0.6
Hex C9 A4 68 0 12 30 15 25 2F 3C
Octal 311 244 150 0 22 60 25 45 57 74
Binary 11001001 10100100 1101000 0 10010 110000 10101 100101 101111 111100

Color Harmonies of #C9A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A468

Black with #C9A468

Text Example


Text Example

White with #C9A468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A468; }

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

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

background-color css

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

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

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

border-color css

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

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

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