Html Css Color HEX #C8AF79 Putty

📋 copy color: '#C8AF79'

red 200 ◦ green 175 ◦ blue 121

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

Shades of Putty #C8AF79

Tints of Putty #C8AF79

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 40.32%
G = 35.28%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8AF79 (or 0xC8AF79) is known color: Putty. HEX triplet: C8, AF and 79. RGB value is (200,175,121). Sum of RGB (Red+Green+Blue) = 200+175+121=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF79 is #375086. Grayscale: #B0B0B0. Windows color (decimal): -3625095 or 7974856. OLE color: 7974856.

HSL color Cylindrical-coordinate representation of color #C8AF79: hue angle of 41.01º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8AF79 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 121 -
CMYK 0 0.12 0.39 0.22
HSL 41.01º 0.42% 0.63% -
HSV(B) 41.01º 0.4% 0.78% -
XYZ 42.6 44.32 24.4 -
YUV 176.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 200 175 121 0 0.12 0.39 0.22 41.01 0.42 0.63
Hex C8 AF 79 0 C 27 16 29 2A 3F
Octal 310 257 171 0 14 47 26 51 52 77
Binary 11001000 10101111 1111001 0 1100 100111 10110 101001 101010 111111

Color Harmonies of #C8AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF79

Black with #C8AF79

Text Example


Text Example

White with #C8AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF79; }

 p { color: rgb(200,175,121); }

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

background-color css

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

 a { background-color: rgb(200,175,121); }

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

border-color css

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

 span { border-color: rgb(200,175,121); }

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