Html Css Color HEX #CFA671 Putty

📋 copy color: '#CFA671'

red 207 ◦ green 166 ◦ blue 113

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

Shades of Putty #CFA671

Tints of Putty #CFA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 42.59%
G = 34.16%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFA671 (or 0xCFA671) is known color: Putty. HEX triplet: CF, A6 and 71. RGB value is (207,166,113). Sum of RGB (Red+Green+Blue) = 207+166+113=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA671 is #30598E. Grayscale: #ACACAC. Windows color (decimal): -3168655 or 7448271. OLE color: 7448271.

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

Color convert

RGB 207 166 113 -
CMYK 0 0.20 0.45 0.19
HSL 33.83º 0.49% 0.63% -
HSV(B) 33.83º 0.45% 0.81% -
XYZ 42.35 41.73 21.45 -
YUV 172.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 207 166 113 0 0.20 0.45 0.19 33.83 0.49 0.63
Hex CF A6 71 0 14 2D 13 22 31 3F
Octal 317 246 161 0 24 55 23 42 61 77
Binary 11001111 10100110 1110001 0 10100 101101 10011 100010 110001 111111

Color Harmonies of #CFA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA671

Black with #CFA671

Text Example


Text Example

White with #CFA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA671; }

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

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

background-color css

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

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

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

border-color css

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

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

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