Html Css Color HEX #C8AD6F Putty

📋 copy color: '#C8AD6F'

red 200 ◦ green 173 ◦ blue 111

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

Shades of Putty #C8AD6F

Tints of Putty #C8AD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

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

R = 41.32%
G = 35.74%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AD6F (or 0xC8AD6F) is known color: Putty. HEX triplet: C8, AD and 6F. RGB value is (200,173,111). Sum of RGB (Red+Green+Blue) = 200+173+111=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD6F is #375290. Grayscale: #AEAEAE. Windows color (decimal): -3625617 or 7318984. OLE color: 7318984.

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

Color convert

RGB 200 173 111 -
CMYK 0 0.14 0.44 0.22
HSL 41.8º 0.45% 0.61% -
HSV(B) 41.8º 0.45% 0.78% -
XYZ 41.63 43.31 21.21 -
YUV 174.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 200 173 111 0 0.14 0.44 0.22 41.8 0.45 0.61
Hex C8 AD 6F 0 E 2C 16 2A 2D 3D
Octal 310 255 157 0 16 54 26 52 55 75
Binary 11001000 10101101 1101111 0 1110 101100 10110 101010 101101 111101

Color Harmonies of #C8AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD6F

Black with #C8AD6F

Text Example


Text Example

White with #C8AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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