Html Css Color HEX #CFAD79 Putty

📋 copy color: '#CFAD79'

red 207 ◦ green 173 ◦ blue 121

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

Shades of Putty #CFAD79

Tints of Putty #CFAD79

RGB

 RED value IS 207 (81.25% from 255) = 41.32%

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 41.32%
G = 34.53%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFAD79 (or 0xCFAD79) is known color: Putty. HEX triplet: CF, AD and 79. RGB value is (207,173,121). Sum of RGB (Red+Green+Blue) = 207+173+121=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD79 is #305286. Grayscale: #B1B1B1. Windows color (decimal): -3166855 or 7974351. OLE color: 7974351.

HSL color Cylindrical-coordinate representation of color #CFAD79: hue angle of 36.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFAD79 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 121 -
CMYK 0 0.16 0.42 0.19
HSL 36.28º 0.47% 0.64% -
HSV(B) 36.28º 0.42% 0.81% -
XYZ 44.13 44.53 24.36 -
YUV 177.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 207 173 121 0 0.16 0.42 0.19 36.28 0.47 0.64
Hex CF AD 79 0 10 2A 13 24 2F 40
Octal 317 255 171 0 20 52 23 44 57 100
Binary 11001111 10101101 1111001 0 10000 101010 10011 100100 101111 1000000

Color Harmonies of #CFAD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD79

Black with #CFAD79

Text Example


Text Example

White with #CFAD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD79; }

 p { color: rgb(207,173,121); }

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

background-color css

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

 a { background-color: rgb(207,173,121); }

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

border-color css

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

 span { border-color: rgb(207,173,121); }

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