Html Css Color HEX #CFAD6E Putty

📋 copy color: '#CFAD6E'

red 207 ◦ green 173 ◦ blue 110

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

Shades of Putty #CFAD6E

Tints of Putty #CFAD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.31%

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 42.24%
G = 35.31%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFAD6E (or 0xCFAD6E) is known color: Putty. HEX triplet: CF, AD and 6E. RGB value is (207,173,110). Sum of RGB (Red+Green+Blue) = 207+173+110=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD6E is #305291. Grayscale: #B0B0B0. Windows color (decimal): -3166866 or 7253455. OLE color: 7253455.

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

Color convert

RGB 207 173 110 -
CMYK 0 0.16 0.47 0.19
HSL 38.97º 0.5% 0.62% -
HSV(B) 38.97º 0.47% 0.81% -
XYZ 43.49 44.28 21.01 -
YUV 175.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 207 173 110 0 0.16 0.47 0.19 38.97 0.5 0.62
Hex CF AD 6E 0 10 2F 13 27 32 3E
Octal 317 255 156 0 20 57 23 47 62 76
Binary 11001111 10101101 1101110 0 10000 101111 10011 100111 110010 111110

Color Harmonies of #CFAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD6E

Black with #CFAD6E

Text Example


Text Example

White with #CFAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD6E; }

 p { color: rgb(207,173,110); }

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

background-color css

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

 a { background-color: rgb(207,173,110); }

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

border-color css

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

 span { border-color: rgb(207,173,110); }

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