Html Css Color HEX #C9B470 Putty

📋 copy color: '#C9B470'

red 201 ◦ green 180 ◦ blue 112

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

Shades of Putty #C9B470

Tints of Putty #C9B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

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

R = 40.77%
G = 36.51%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9B470 (or 0xC9B470) is known color: Putty. HEX triplet: C9, B4 and 70. RGB value is (201,180,112). Sum of RGB (Red+Green+Blue) = 201+180+112=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B470 is #364B8F. Grayscale: #B2B2B2. Windows color (decimal): -3558288 or 7386313. OLE color: 7386313.

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

Color convert

RGB 201 180 112 -
CMYK 0 0.10 0.44 0.21
HSL 45.84º 0.45% 0.61% -
HSV(B) 45.84º 0.44% 0.79% -
XYZ 43.33 46.23 21.97 -
YUV 178.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 201 180 112 0 0.10 0.44 0.21 45.84 0.45 0.61
Hex C9 B4 70 0 A 2C 15 2E 2D 3D
Octal 311 264 160 0 12 54 25 56 55 75
Binary 11001001 10110100 1110000 0 1010 101100 10101 101110 101101 111101

Color Harmonies of #C9B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B470

Black with #C9B470

Text Example


Text Example

White with #C9B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B470; }

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

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

background-color css

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

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

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

border-color css

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

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

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