Html Css Color HEX #C9A76B Putty

📋 copy color: '#C9A76B'

red 201 ◦ green 167 ◦ blue 107

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

Shades of Putty #C9A76B

Tints of Putty #C9A76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 42.32%
G = 35.16%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9A76B (or 0xC9A76B) is known color: Putty. HEX triplet: C9, A7 and 6B. RGB value is (201,167,107). Sum of RGB (Red+Green+Blue) = 201+167+107=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A76B is #365894. Grayscale: #AAAAAA. Windows color (decimal): -3561621 or 7055305. OLE color: 7055305.

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

Color convert

RGB 201 167 107 -
CMYK 0 0.17 0.47 0.21
HSL 38.3º 0.47% 0.6% -
HSV(B) 38.3º 0.47% 0.79% -
XYZ 40.56 41.12 19.71 -
YUV 170.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 201 167 107 0 0.17 0.47 0.21 38.3 0.47 0.6
Hex C9 A7 6B 0 11 2F 15 26 2F 3C
Octal 311 247 153 0 21 57 25 46 57 74
Binary 11001001 10100111 1101011 0 10001 101111 10101 100110 101111 111100

Color Harmonies of #C9A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A76B

Black with #C9A76B

Text Example


Text Example

White with #C9A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A76B; }

 p { color: rgb(201,167,107); }

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

background-color css

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

 a { background-color: rgb(201,167,107); }

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

border-color css

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

 span { border-color: rgb(201,167,107); }

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