Html Css Color HEX #C8A66C Putty

📋 copy color: '#C8A66C'

red 200 ◦ green 166 ◦ blue 108

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

Shades of Putty #C8A66C

Tints of Putty #C8A66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 42.19%
G = 35.02%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8A66C (or 0xC8A66C) is known color: Putty. HEX triplet: C8, A6 and 6C. RGB value is (200,166,108). Sum of RGB (Red+Green+Blue) = 200+166+108=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66C is #375993. Grayscale: #A9A9A9. Windows color (decimal): -3627412 or 7120584. OLE color: 7120584.

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

Color convert

RGB 200 166 108 -
CMYK 0 0.17 0.46 0.22
HSL 37.83º 0.46% 0.6% -
HSV(B) 37.83º 0.46% 0.78% -
XYZ 40.16 40.63 19.91 -
YUV 169.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 200 166 108 0 0.17 0.46 0.22 37.83 0.46 0.6
Hex C8 A6 6C 0 11 2E 16 26 2E 3C
Octal 310 246 154 0 21 56 26 46 56 74
Binary 11001000 10100110 1101100 0 10001 101110 10110 100110 101110 111100

Color Harmonies of #C8A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A66C

Black with #C8A66C

Text Example


Text Example

White with #C8A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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