Html Css Color HEX #CFAD74 Putty

📋 copy color: '#CFAD74'

red 207 ◦ green 173 ◦ blue 116

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

Shades of Putty #CFAD74

Tints of Putty #CFAD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 41.73%
G = 34.88%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFAD74 (or 0xCFAD74) is known color: Putty. HEX triplet: CF, AD and 74. RGB value is (207,173,116). Sum of RGB (Red+Green+Blue) = 207+173+116=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD74 is #30528B. Grayscale: #B0B0B0. Windows color (decimal): -3166860 or 7646671. OLE color: 7646671.

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

Color convert

RGB 207 173 116 -
CMYK 0 0.16 0.44 0.19
HSL 37.58º 0.49% 0.63% -
HSV(B) 37.58º 0.44% 0.81% -
XYZ 43.83 44.41 22.79 -
YUV 176.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 207 173 116 0 0.16 0.44 0.19 37.58 0.49 0.63
Hex CF AD 74 0 10 2C 13 26 31 3F
Octal 317 255 164 0 20 54 23 46 61 77
Binary 11001111 10101101 1110100 0 10000 101100 10011 100110 110001 111111

Color Harmonies of #CFAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD74

Black with #CFAD74

Text Example


Text Example

White with #CFAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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