Html Css Color HEX #CFA771 Putty

📋 copy color: '#CFA771'

red 207 ◦ green 167 ◦ blue 113

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

Shades of Putty #CFA771

Tints of Putty #CFA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 42.51%
G = 34.29%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFA771 (or 0xCFA771) is known color: Putty. HEX triplet: CF, A7 and 71. RGB value is (207,167,113). Sum of RGB (Red+Green+Blue) = 207+167+113=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA771 is #30588E. Grayscale: #ADADAD. Windows color (decimal): -3168399 or 7448527. OLE color: 7448527.

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

Color convert

RGB 207 167 113 -
CMYK 0 0.19 0.45 0.19
HSL 34.47º 0.49% 0.63% -
HSV(B) 34.47º 0.45% 0.81% -
XYZ 42.53 42.1 21.51 -
YUV 172.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 207 167 113 0 0.19 0.45 0.19 34.47 0.49 0.63
Hex CF A7 71 0 13 2D 13 22 31 3F
Octal 317 247 161 0 23 55 23 42 61 77
Binary 11001111 10100111 1110001 0 10011 101101 10011 100010 110001 111111

Color Harmonies of #CFA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA771

Black with #CFA771

Text Example


Text Example

White with #CFA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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