Html Css Color HEX #C9AB75 Putty

📋 copy color: '#C9AB75'

red 201 ◦ green 171 ◦ blue 117

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

Shades of Putty #C9AB75

Tints of Putty #C9AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.97%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 41.1%
G = 34.97%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C9AB75 (or 0xC9AB75) is known color: Putty. HEX triplet: C9, AB and 75. RGB value is (201,171,117). Sum of RGB (Red+Green+Blue) = 201+171+117=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB75 is #36548A. Grayscale: #AEAEAE. Windows color (decimal): -3560587 or 7711689. OLE color: 7711689.

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

Color convert

RGB 201 171 117 -
CMYK 0 0.15 0.42 0.21
HSL 38.57º 0.44% 0.62% -
HSV(B) 38.57º 0.42% 0.79% -
XYZ 41.86 42.83 22.89 -
YUV 173.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 201 171 117 0 0.15 0.42 0.21 38.57 0.44 0.62
Hex C9 AB 75 0 F 2A 15 27 2C 3E
Octal 311 253 165 0 17 52 25 47 54 76
Binary 11001001 10101011 1110101 0 1111 101010 10101 100111 101100 111110

Color Harmonies of #C9AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB75

Black with #C9AB75

Text Example


Text Example

White with #C9AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB75; }

 p { color: rgb(201,171,117); }

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

background-color css

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

 a { background-color: rgb(201,171,117); }

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

border-color css

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

 span { border-color: rgb(201,171,117); }

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