Html Css Color HEX #C8AF73 Putty

📋 copy color: '#C8AF73'

red 200 ◦ green 175 ◦ blue 115

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

Shades of Putty #C8AF73

Tints of Putty #C8AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 40.82%
G = 35.71%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8AF73 (or 0xC8AF73) is known color: Putty. HEX triplet: C8, AF and 73. RGB value is (200,175,115). Sum of RGB (Red+Green+Blue) = 200+175+115=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF73 is #37508C. Grayscale: #AFAFAF. Windows color (decimal): -3625101 or 7581640. OLE color: 7581640.

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

Color convert

RGB 200 175 115 -
CMYK 0 0.12 0.42 0.22
HSL 42.35º 0.44% 0.62% -
HSV(B) 42.35º 0.43% 0.78% -
XYZ 42.24 44.18 22.52 -
YUV 175.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 200 175 115 0 0.12 0.42 0.22 42.35 0.44 0.62
Hex C8 AF 73 0 C 2A 16 2A 2C 3E
Octal 310 257 163 0 14 52 26 52 54 76
Binary 11001000 10101111 1110011 0 1100 101010 10110 101010 101100 111110

Color Harmonies of #C8AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF73

Black with #C8AF73

Text Example


Text Example

White with #C8AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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