Html Css Color HEX #CFAE71 Putty

📋 copy color: '#CFAE71'

red 207 ◦ green 174 ◦ blue 113

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

Shades of Putty #CFAE71

Tints of Putty #CFAE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

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

R = 41.9%
G = 35.22%
B = 22.87%

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

#CFAE71 (or 0xCFAE71) is known color: Putty. HEX triplet: CF, AE and 71. RGB value is (207,174,113). Sum of RGB (Red+Green+Blue) = 207+174+113=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE71 is #30518E. Grayscale: #B1B1B1. Windows color (decimal): -3166607 or 7450319. OLE color: 7450319.

HSL color Cylindrical-coordinate representation of color #CFAE71: hue angle of 38.94º 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 #CFAE71 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 113 -
CMYK 0 0.16 0.45 0.19
HSL 38.94º 0.49% 0.63% -
HSV(B) 38.94º 0.45% 0.81% -
XYZ 43.85 44.73 21.95 -
YUV 176.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 207 174 113 0 0.16 0.45 0.19 38.94 0.49 0.63
Hex CF AE 71 0 10 2D 13 27 31 3F
Octal 317 256 161 0 20 55 23 47 61 77
Binary 11001111 10101110 1110001 0 10000 101101 10011 100111 110001 111111

Color Harmonies of #CFAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE71

Black with #CFAE71

Text Example


Text Example

White with #CFAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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