Html Css Color HEX #CFAA79 Putty

📋 copy color: '#CFAA79'

red 207 ◦ green 170 ◦ blue 121

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

Shades of Putty #CFAA79

Tints of Putty #CFAA79

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 41.57%
G = 34.14%
B = 24.3%

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

#CFAA79 (or 0xCFAA79) is known color: Putty. HEX triplet: CF, AA and 79. RGB value is (207,170,121). Sum of RGB (Red+Green+Blue) = 207+170+121=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA79 is #305586. Grayscale: #AFAFAF. Windows color (decimal): -3167623 or 7973583. OLE color: 7973583.

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

Color convert

RGB 207 170 121 -
CMYK 0 0.18 0.42 0.19
HSL 34.19º 0.47% 0.64% -
HSV(B) 34.19º 0.42% 0.81% -
XYZ 43.56 43.4 24.17 -
YUV 175.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 207 170 121 0 0.18 0.42 0.19 34.19 0.47 0.64
Hex CF AA 79 0 12 2A 13 22 2F 40
Octal 317 252 171 0 22 52 23 42 57 100
Binary 11001111 10101010 1111001 0 10010 101010 10011 100010 101111 1000000

Color Harmonies of #CFAA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA79

Black with #CFAA79

Text Example


Text Example

White with #CFAA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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