Html Css Color HEX #C8AD68 Putty

📋 copy color: '#C8AD68'

red 200 ◦ green 173 ◦ blue 104

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

Shades of Putty #C8AD68

Tints of Putty #C8AD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 41.93%
G = 36.27%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8AD68 (or 0xC8AD68) is known color: Putty. HEX triplet: C8, AD and 68. RGB value is (200,173,104). Sum of RGB (Red+Green+Blue) = 200+173+104=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD68 is #375297. Grayscale: #ADADAD. Windows color (decimal): -3625624 or 6860232. OLE color: 6860232.

HSL color Cylindrical-coordinate representation of color #C8AD68: hue angle of 43.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8AD68 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 104 -
CMYK 0 0.14 0.48 0.22
HSL 43.13º 0.47% 0.6% -
HSV(B) 43.13º 0.48% 0.78% -
XYZ 41.26 43.17 19.25 -
YUV 173.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 200 173 104 0 0.14 0.48 0.22 43.13 0.47 0.6
Hex C8 AD 68 0 E 30 16 2B 2F 3C
Octal 310 255 150 0 16 60 26 53 57 74
Binary 11001000 10101101 1101000 0 1110 110000 10110 101011 101111 111100

Color Harmonies of #C8AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD68

Black with #C8AD68

Text Example


Text Example

White with #C8AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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