Html Css Color HEX #C8A56E Putty

📋 copy color: '#C8A56E'

red 200 ◦ green 165 ◦ blue 110

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

Shades of Putty #C8A56E

Tints of Putty #C8A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.74%

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

R = 42.11%
G = 34.74%
B = 23.16%

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

#C8A56E (or 0xC8A56E) is known color: Putty. HEX triplet: C8, A5 and 6E. RGB value is (200,165,110). Sum of RGB (Red+Green+Blue) = 200+165+110=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A56E is #375A91. Grayscale: #A9A9A9. Windows color (decimal): -3627666 or 7251400. OLE color: 7251400.

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

Color convert

RGB 200 165 110 -
CMYK 0 0.18 0.45 0.22
HSL 36.67º 0.45% 0.61% -
HSV(B) 36.67º 0.45% 0.78% -
XYZ 40.09 40.32 20.42 -
YUV 169.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 200 165 110 0 0.18 0.45 0.22 36.67 0.45 0.61
Hex C8 A5 6E 0 12 2D 16 25 2D 3D
Octal 310 245 156 0 22 55 26 45 55 75
Binary 11001000 10100101 1101110 0 10010 101101 10110 100101 101101 111101

Color Harmonies of #C8A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A56E

Black with #C8A56E

Text Example


Text Example

White with #C8A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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