Html Css Color HEX #CFA979 Putty

📋 copy color: '#CFA979'

red 207 ◦ green 169 ◦ blue 121

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

Shades of Putty #CFA979

Tints of Putty #CFA979

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 121 (47.66% from 255) = 24.35%

R = 41.65%
G = 34%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFA979 (or 0xCFA979) is known color: Putty. HEX triplet: CF, A9 and 79. RGB value is (207,169,121). Sum of RGB (Red+Green+Blue) = 207+169+121=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA979 is #305686. Grayscale: #AFAFAF. Windows color (decimal): -3167879 or 7973327. OLE color: 7973327.

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

Color convert

RGB 207 169 121 -
CMYK 0 0.18 0.42 0.19
HSL 33.49º 0.47% 0.64% -
HSV(B) 33.49º 0.42% 0.81% -
XYZ 43.37 43.02 24.11 -
YUV 174.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 207 169 121 0 0.18 0.42 0.19 33.49 0.47 0.64
Hex CF A9 79 0 12 2A 13 21 2F 40
Octal 317 251 171 0 22 52 23 41 57 100
Binary 11001111 10101001 1111001 0 10010 101010 10011 100001 101111 1000000

Color Harmonies of #CFA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA979

Black with #CFA979

Text Example


Text Example

White with #CFA979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA979; }

 p { color: rgb(207,169,121); }

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

background-color css

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

 a { background-color: rgb(207,169,121); }

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

border-color css

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

 span { border-color: rgb(207,169,121); }

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