Html Css Color HEX #CFA676 Putty

📋 copy color: '#CFA676'

red 207 ◦ green 166 ◦ blue 118

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

Shades of Putty #CFA676

Tints of Putty #CFA676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 42.16%
G = 33.81%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFA676 (or 0xCFA676) is known color: Putty. HEX triplet: CF, A6 and 76. RGB value is (207,166,118). Sum of RGB (Red+Green+Blue) = 207+166+118=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA676 is #305989. Grayscale: #ADADAD. Windows color (decimal): -3168650 or 7775951. OLE color: 7775951.

HSL color Cylindrical-coordinate representation of color #CFA676: hue angle of 32.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA676 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 118 -
CMYK 0 0.20 0.43 0.19
HSL 32.36º 0.48% 0.64% -
HSV(B) 32.36º 0.43% 0.81% -
XYZ 42.64 41.85 22.97 -
YUV 172.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 207 166 118 0 0.20 0.43 0.19 32.36 0.48 0.64
Hex CF A6 76 0 14 2B 13 20 30 40
Octal 317 246 166 0 24 53 23 40 60 100
Binary 11001111 10100110 1110110 0 10100 101011 10011 100000 110000 1000000

Color Harmonies of #CFA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA676

Black with #CFA676

Text Example


Text Example

White with #CFA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA676; }

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

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

background-color css

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

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

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

border-color css

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

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

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