Html Css Color HEX #C8A66F Putty

📋 copy color: '#C8A66F'

red 200 ◦ green 166 ◦ blue 111

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

Shades of Putty #C8A66F

Tints of Putty #C8A66F

RGB

 RED value IS 200 (78.52% from 255) = 41.93%

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

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

R = 41.93%
G = 34.8%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8A66F (or 0xC8A66F) is known color: Putty. HEX triplet: C8, A6 and 6F. RGB value is (200,166,111). Sum of RGB (Red+Green+Blue) = 200+166+111=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66F is #375990. Grayscale: #AAAAAA. Windows color (decimal): -3627409 or 7317192. OLE color: 7317192.

HSL color Cylindrical-coordinate representation of color #C8A66F: hue angle of 37.08º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8A66F is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 111 -
CMYK 0 0.17 0.44 0.22
HSL 37.08º 0.45% 0.61% -
HSV(B) 37.08º 0.45% 0.78% -
XYZ 40.32 40.7 20.77 -
YUV 169.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 200 166 111 0 0.17 0.44 0.22 37.08 0.45 0.61
Hex C8 A6 6F 0 11 2C 16 25 2D 3D
Octal 310 246 157 0 21 54 26 45 55 75
Binary 11001000 10100110 1101111 0 10001 101100 10110 100101 101101 111101

Color Harmonies of #C8A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A66F

Black with #C8A66F

Text Example


Text Example

White with #C8A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A66F; }

 p { color: rgb(200,166,111); }

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

background-color css

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

 a { background-color: rgb(200,166,111); }

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

border-color css

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

 span { border-color: rgb(200,166,111); }

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