Html Css Color HEX #C9B06D Putty

📋 copy color: '#C9B06D'

red 201 ◦ green 176 ◦ blue 109

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

Shades of Putty #C9B06D

Tints of Putty #C9B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 41.36%
G = 36.21%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9B06D (or 0xC9B06D) is known color: Putty. HEX triplet: C9, B0 and 6D. RGB value is (201,176,109). Sum of RGB (Red+Green+Blue) = 201+176+109=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B06D is #364F92. Grayscale: #B0B0B0. Windows color (decimal): -3559315 or 7188681. OLE color: 7188681.

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

Color convert

RGB 201 176 109 -
CMYK 0 0.12 0.46 0.21
HSL 43.7º 0.46% 0.61% -
HSV(B) 43.7º 0.46% 0.79% -
XYZ 42.37 44.57 20.84 -
YUV 175.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 201 176 109 0 0.12 0.46 0.21 43.7 0.46 0.61
Hex C9 B0 6D 0 C 2E 15 2C 2E 3D
Octal 311 260 155 0 14 56 25 54 56 75
Binary 11001001 10110000 1101101 0 1100 101110 10101 101100 101110 111101

Color Harmonies of #C9B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B06D

Black with #C9B06D

Text Example


Text Example

White with #C9B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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