Html Css Color HEX #C9B26D Putty

📋 copy color: '#C9B26D'

red 201 ◦ green 178 ◦ blue 109

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

Shades of Putty #C9B26D

Tints of Putty #C9B26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 41.19%
G = 36.48%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9B26D (or 0xC9B26D) is known color: Putty. HEX triplet: C9, B2 and 6D. RGB value is (201,178,109). Sum of RGB (Red+Green+Blue) = 201+178+109=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B26D is #364D92. Grayscale: #B1B1B1. Windows color (decimal): -3558803 or 7189193. OLE color: 7189193.

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

Color convert

RGB 201 178 109 -
CMYK 0 0.11 0.46 0.21
HSL 45º 0.46% 0.61% -
HSV(B) 45º 0.46% 0.79% -
XYZ 42.77 45.36 20.97 -
YUV 177.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 201 178 109 0 0.11 0.46 0.21 45 0.46 0.61
Hex C9 B2 6D 0 B 2E 15 2D 2E 3D
Octal 311 262 155 0 13 56 25 55 56 75
Binary 11001001 10110010 1101101 0 1011 101110 10101 101101 101110 111101

Color Harmonies of #C9B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B26D

Black with #C9B26D

Text Example


Text Example

White with #C9B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B26D; }

 p { color: rgb(201,178,109); }

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

background-color css

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

 a { background-color: rgb(201,178,109); }

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

border-color css

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

 span { border-color: rgb(201,178,109); }

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