Html Css Color HEX #C4AB72 Putty

📋 copy color: '#C4AB72'

red 196 ◦ green 171 ◦ blue 114

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

Shades of Putty #C4AB72

Tints of Putty #C4AB72

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

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

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

R = 40.75%
G = 35.55%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4AB72 (or 0xC4AB72) is known color: Putty. HEX triplet: C4, AB and 72. RGB value is (196,171,114). Sum of RGB (Red+Green+Blue) = 196+171+114=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB72 is #3B548D. Grayscale: #ACACAC. Windows color (decimal): -3888270 or 7515076. OLE color: 7515076.

HSL color Cylindrical-coordinate representation of color #C4AB72: hue angle of 41.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4AB72 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 114 -
CMYK 0 0.13 0.42 0.23
HSL 41.71º 0.41% 0.61% -
HSV(B) 41.71º 0.42% 0.77% -
XYZ 40.37 42.08 21.91 -
YUV 171.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 196 171 114 0 0.13 0.42 0.23 41.71 0.41 0.61
Hex C4 AB 72 0 D 2A 17 2A 29 3D
Octal 304 253 162 0 15 52 27 52 51 75
Binary 11000100 10101011 1110010 0 1101 101010 10111 101010 101001 111101

Color Harmonies of #C4AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB72

Black with #C4AB72

Text Example


Text Example

White with #C4AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB72; }

 p { color: rgb(196,171,114); }

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

background-color css

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

 a { background-color: rgb(196,171,114); }

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

border-color css

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

 span { border-color: rgb(196,171,114); }

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