Html Css Color HEX #C8A46E Putty

📋 copy color: '#C8A46E'

red 200 ◦ green 164 ◦ blue 110

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

Shades of Putty #C8A46E

Tints of Putty #C8A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

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

R = 42.19%
G = 34.6%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8A46E (or 0xC8A46E) is known color: Putty. HEX triplet: C8, A4 and 6E. RGB value is (200,164,110). Sum of RGB (Red+Green+Blue) = 200+164+110=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A46E is #375B91. Grayscale: #A8A8A8. Windows color (decimal): -3627922 or 7251144. OLE color: 7251144.

HSL color Cylindrical-coordinate representation of color #C8A46E: hue angle of 36º 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 #C8A46E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 110 -
CMYK 0 0.18 0.45 0.22
HSL 36º 0.45% 0.61% -
HSV(B) 36º 0.45% 0.78% -
XYZ 39.91 39.96 20.36 -
YUV 168.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 200 164 110 0 0.18 0.45 0.22 36 0.45 0.61
Hex C8 A4 6E 0 12 2D 16 24 2D 3D
Octal 310 244 156 0 22 55 26 44 55 75
Binary 11001000 10100100 1101110 0 10010 101101 10110 100100 101101 111101

Color Harmonies of #C8A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A46E

Black with #C8A46E

Text Example


Text Example

White with #C8A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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