Html Css Color HEX #C9B472 Putty

📋 copy color: '#C9B472'

red 201 ◦ green 180 ◦ blue 114

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

Shades of Putty #C9B472

Tints of Putty #C9B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 40.61%
G = 36.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9B472 (or 0xC9B472) is known color: Putty. HEX triplet: C9, B4 and 72. RGB value is (201,180,114). Sum of RGB (Red+Green+Blue) = 201+180+114=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B472 is #364B8D. Grayscale: #B3B3B3. Windows color (decimal): -3558286 or 7517385. OLE color: 7517385.

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

Color convert

RGB 201 180 114 -
CMYK 0 0.10 0.43 0.21
HSL 45.52º 0.45% 0.62% -
HSV(B) 45.52º 0.43% 0.79% -
XYZ 43.45 46.27 22.56 -
YUV 178.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 201 180 114 0 0.10 0.43 0.21 45.52 0.45 0.62
Hex C9 B4 72 0 A 2B 15 2E 2D 3E
Octal 311 264 162 0 12 53 25 56 55 76
Binary 11001001 10110100 1110010 0 1010 101011 10101 101110 101101 111110

Color Harmonies of #C9B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B472

Black with #C9B472

Text Example


Text Example

White with #C9B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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