Html Css Color HEX #CFA66D Putty

📋 copy color: '#CFA66D'

red 207 ◦ green 166 ◦ blue 109

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

Shades of Putty #CFA66D

Tints of Putty #CFA66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 42.95%
G = 34.44%
B = 22.61%

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

#CFA66D (or 0xCFA66D) is known color: Putty. HEX triplet: CF, A6 and 6D. RGB value is (207,166,109). Sum of RGB (Red+Green+Blue) = 207+166+109=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA66D is #305992. Grayscale: #ACACAC. Windows color (decimal): -3168659 or 7186127. OLE color: 7186127.

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

Color convert

RGB 207 166 109 -
CMYK 0 0.20 0.47 0.19
HSL 34.9º 0.51% 0.62% -
HSV(B) 34.9º 0.47% 0.81% -
XYZ 42.13 41.64 20.29 -
YUV 171.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 207 166 109 0 0.20 0.47 0.19 34.9 0.51 0.62
Hex CF A6 6D 0 14 2F 13 23 33 3E
Octal 317 246 155 0 24 57 23 43 63 76
Binary 11001111 10100110 1101101 0 10100 101111 10011 100011 110011 111110

Color Harmonies of #CFA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA66D

Black with #CFA66D

Text Example


Text Example

White with #CFA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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