Html Css Color HEX #C9B36A Putty

📋 copy color: '#C9B36A'

red 201 ◦ green 179 ◦ blue 106

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

Shades of Putty #C9B36A

Tints of Putty #C9B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 41.36%
G = 36.83%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9B36A (or 0xC9B36A) is known color: Putty. HEX triplet: C9, B3 and 6A. RGB value is (201,179,106). Sum of RGB (Red+Green+Blue) = 201+179+106=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B36A is #364C95. Grayscale: #B1B1B1. Windows color (decimal): -3558550 or 6992841. OLE color: 6992841.

HSL color Cylindrical-coordinate representation of color #C9B36A: hue angle of 46.11º 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 #C9B36A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 106 -
CMYK 0 0.11 0.47 0.21
HSL 46.11º 0.47% 0.6% -
HSV(B) 46.11º 0.47% 0.79% -
XYZ 42.81 45.7 20.2 -
YUV 177.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 201 179 106 0 0.11 0.47 0.21 46.11 0.47 0.6
Hex C9 B3 6A 0 B 2F 15 2E 2F 3C
Octal 311 263 152 0 13 57 25 56 57 74
Binary 11001001 10110011 1101010 0 1011 101111 10101 101110 101111 111100

Color Harmonies of #C9B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B36A

Black with #C9B36A

Text Example


Text Example

White with #C9B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B36A; }

 p { color: rgb(201,179,106); }

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

background-color css

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

 a { background-color: rgb(201,179,106); }

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

border-color css

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

 span { border-color: rgb(201,179,106); }

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