Html Css Color HEX #C9B870 Putty

📋 copy color: '#C9B870'

red 201 ◦ green 184 ◦ blue 112

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

Shades of Putty #C9B870

Tints of Putty #C9B870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.02%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 40.44%
G = 37.02%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9B870 (or 0xC9B870) is known color: Putty. HEX triplet: C9, B8 and 70. RGB value is (201,184,112). Sum of RGB (Red+Green+Blue) = 201+184+112=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B870 is #36478F. Grayscale: #B5B5B5. Windows color (decimal): -3557264 or 7387337. OLE color: 7387337.

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

Color convert

RGB 201 184 112 -
CMYK 0 0.08 0.44 0.21
HSL 48.54º 0.45% 0.61% -
HSV(B) 48.54º 0.44% 0.79% -
XYZ 44.15 47.87 22.24 -
YUV 180.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 201 184 112 0 0.08 0.44 0.21 48.54 0.45 0.61
Hex C9 B8 70 0 8 2C 15 31 2D 3D
Octal 311 270 160 0 10 54 25 61 55 75
Binary 11001001 10111000 1110000 0 1000 101100 10101 110001 101101 111101

Color Harmonies of #C9B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B870

Black with #C9B870

Text Example


Text Example

White with #C9B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B870; }

 p { color: rgb(201,184,112); }

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

background-color css

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

 a { background-color: rgb(201,184,112); }

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

border-color css

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

 span { border-color: rgb(201,184,112); }

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