Html Css Color HEX #C8AD6D Putty

📋 copy color: '#C8AD6D'

red 200 ◦ green 173 ◦ blue 109

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

Shades of Putty #C8AD6D

Tints of Putty #C8AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 41.49%
G = 35.89%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8AD6D (or 0xC8AD6D) is known color: Putty. HEX triplet: C8, AD and 6D. RGB value is (200,173,109). Sum of RGB (Red+Green+Blue) = 200+173+109=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD6D is #375292. Grayscale: #AEAEAE. Windows color (decimal): -3625619 or 7187912. OLE color: 7187912.

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

Color convert

RGB 200 173 109 -
CMYK 0 0.14 0.46 0.22
HSL 42.2º 0.45% 0.61% -
HSV(B) 42.2º 0.46% 0.78% -
XYZ 41.52 43.27 20.63 -
YUV 173.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 200 173 109 0 0.14 0.46 0.22 42.2 0.45 0.61
Hex C8 AD 6D 0 E 2E 16 2A 2D 3D
Octal 310 255 155 0 16 56 26 52 55 75
Binary 11001000 10101101 1101101 0 1110 101110 10110 101010 101101 111101

Color Harmonies of #C8AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD6D

Black with #C8AD6D

Text Example


Text Example

White with #C8AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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