Html Css Color HEX #CFA96F Putty

📋 copy color: '#CFA96F'

red 207 ◦ green 169 ◦ blue 111

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

Shades of Putty #CFA96F

Tints of Putty #CFA96F

RGB

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

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

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

R = 42.51%
G = 34.7%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFA96F (or 0xCFA96F) is known color: Putty. HEX triplet: CF, A9 and 6F. RGB value is (207,169,111). Sum of RGB (Red+Green+Blue) = 207+169+111=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA96F is #305690. Grayscale: #AEAEAE. Windows color (decimal): -3167889 or 7317967. OLE color: 7317967.

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

Color convert

RGB 207 169 111 -
CMYK 0 0.18 0.46 0.19
HSL 36.25º 0.5% 0.62% -
HSV(B) 36.25º 0.46% 0.81% -
XYZ 42.79 42.79 21.04 -
YUV 173.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 207 169 111 0 0.18 0.46 0.19 36.25 0.5 0.62
Hex CF A9 6F 0 12 2E 13 24 32 3E
Octal 317 251 157 0 22 56 23 44 62 76
Binary 11001111 10101001 1101111 0 10010 101110 10011 100100 110010 111110

Color Harmonies of #CFA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA96F

Black with #CFA96F

Text Example


Text Example

White with #CFA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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