Html Css Color HEX #CFAD71 Putty

📋 copy color: '#CFAD71'

red 207 ◦ green 173 ◦ blue 113

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

Shades of Putty #CFAD71

Tints of Putty #CFAD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 41.99%
G = 35.09%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFAD71 (or 0xCFAD71) is known color: Putty. HEX triplet: CF, AD and 71. RGB value is (207,173,113). Sum of RGB (Red+Green+Blue) = 207+173+113=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD71 is #30528E. Grayscale: #B0B0B0. Windows color (decimal): -3166863 or 7450063. OLE color: 7450063.

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

Color convert

RGB 207 173 113 -
CMYK 0 0.16 0.45 0.19
HSL 38.3º 0.49% 0.63% -
HSV(B) 38.3º 0.45% 0.81% -
XYZ 43.66 44.34 21.88 -
YUV 176.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 207 173 113 0 0.16 0.45 0.19 38.3 0.49 0.63
Hex CF AD 71 0 10 2D 13 26 31 3F
Octal 317 255 161 0 20 55 23 46 61 77
Binary 11001111 10101101 1110001 0 10000 101101 10011 100110 110001 111111

Color Harmonies of #CFAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD71

Black with #CFAD71

Text Example


Text Example

White with #CFAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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