Html Css Color HEX #CFA76F Putty

📋 copy color: '#CFA76F'

red 207 ◦ green 167 ◦ blue 111

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

Shades of Putty #CFA76F

Tints of Putty #CFA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 42.68%
G = 34.43%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFA76F (or 0xCFA76F) is known color: Putty. HEX triplet: CF, A7 and 6F. RGB value is (207,167,111). Sum of RGB (Red+Green+Blue) = 207+167+111=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76F is #305890. Grayscale: #ACACAC. Windows color (decimal): -3168401 or 7317455. OLE color: 7317455.

HSL color Cylindrical-coordinate representation of color #CFA76F: hue angle of 35º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFA76F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 111 -
CMYK 0 0.19 0.46 0.19
HSL 35º 0.5% 0.62% -
HSV(B) 35º 0.46% 0.81% -
XYZ 42.42 42.05 20.92 -
YUV 172.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 207 167 111 0 0.19 0.46 0.19 35 0.5 0.62
Hex CF A7 6F 0 13 2E 13 23 32 3E
Octal 317 247 157 0 23 56 23 43 62 76
Binary 11001111 10100111 1101111 0 10011 101110 10011 100011 110010 111110

Color Harmonies of #CFA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA76F

Black with #CFA76F

Text Example


Text Example

White with #CFA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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