Html Css Color HEX #CFA46F Putty

📋 copy color: '#CFA46F'

red 207 ◦ green 164 ◦ blue 111

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

Shades of Putty #CFA46F

Tints of Putty #CFA46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 42.95%
G = 34.02%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFA46F (or 0xCFA46F) is known color: Putty. HEX triplet: CF, A4 and 6F. RGB value is (207,164,111). Sum of RGB (Red+Green+Blue) = 207+164+111=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46F is #305B90. Grayscale: #ABABAB. Windows color (decimal): -3169169 or 7316687. OLE color: 7316687.

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

Color convert

RGB 207 164 111 -
CMYK 0 0.21 0.46 0.19
HSL 33.13º 0.5% 0.62% -
HSV(B) 33.13º 0.46% 0.81% -
XYZ 41.88 40.96 20.74 -
YUV 170.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 207 164 111 0 0.21 0.46 0.19 33.13 0.5 0.62
Hex CF A4 6F 0 15 2E 13 21 32 3E
Octal 317 244 157 0 25 56 23 41 62 76
Binary 11001111 10100100 1101111 0 10101 101110 10011 100001 110010 111110

Color Harmonies of #CFA46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA46F

Black with #CFA46F

Text Example


Text Example

White with #CFA46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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