Html Css Color HEX #CFA66E Putty

📋 copy color: '#CFA66E'

red 207 ◦ green 166 ◦ blue 110

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

Shades of Putty #CFA66E

Tints of Putty #CFA66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 42.86%
G = 34.37%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFA66E (or 0xCFA66E) is known color: Putty. HEX triplet: CF, A6 and 6E. RGB value is (207,166,110). Sum of RGB (Red+Green+Blue) = 207+166+110=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66E is #305991. Grayscale: #ACACAC. Windows color (decimal): -3168658 or 7251663. OLE color: 7251663.

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

Color convert

RGB 207 166 110 -
CMYK 0 0.20 0.47 0.19
HSL 34.64º 0.5% 0.62% -
HSV(B) 34.64º 0.47% 0.81% -
XYZ 42.18 41.66 20.57 -
YUV 171.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 207 166 110 0 0.20 0.47 0.19 34.64 0.5 0.62
Hex CF A6 6E 0 14 2F 13 23 32 3E
Octal 317 246 156 0 24 57 23 43 62 76
Binary 11001111 10100110 1101110 0 10100 101111 10011 100011 110010 111110

Color Harmonies of #CFA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA66E

Black with #CFA66E

Text Example


Text Example

White with #CFA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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