Html Css Color HEX #C8A76E Putty

📋 copy color: '#C8A76E'

red 200 ◦ green 167 ◦ blue 110

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

Shades of Putty #C8A76E

Tints of Putty #C8A76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

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

R = 41.93%
G = 35.01%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8A76E (or 0xC8A76E) is known color: Putty. HEX triplet: C8, A7 and 6E. RGB value is (200,167,110). Sum of RGB (Red+Green+Blue) = 200+167+110=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A76E is #375891. Grayscale: #AAAAAA. Windows color (decimal): -3627154 or 7251912. OLE color: 7251912.

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

Color convert

RGB 200 167 110 -
CMYK 0 0.16 0.45 0.22
HSL 38º 0.45% 0.61% -
HSV(B) 38º 0.45% 0.78% -
XYZ 40.45 41.04 20.54 -
YUV 170.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 200 167 110 0 0.16 0.45 0.22 38 0.45 0.61
Hex C8 A7 6E 0 10 2D 16 26 2D 3D
Octal 310 247 156 0 20 55 26 46 55 75
Binary 11001000 10100111 1101110 0 10000 101101 10110 100110 101101 111101

Color Harmonies of #C8A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A76E

Black with #C8A76E

Text Example


Text Example

White with #C8A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A76E; }

 p { color: rgb(200,167,110); }

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

background-color css

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

 a { background-color: rgb(200,167,110); }

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

border-color css

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

 span { border-color: rgb(200,167,110); }

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