Html Css Color HEX #C8AF72 Putty

📋 copy color: '#C8AF72'

red 200 ◦ green 175 ◦ blue 114

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

Shades of Putty #C8AF72

Tints of Putty #C8AF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 40.9%
G = 35.79%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8AF72 (or 0xC8AF72) is known color: Putty. HEX triplet: C8, AF and 72. RGB value is (200,175,114). Sum of RGB (Red+Green+Blue) = 200+175+114=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF72 is #37508D. Grayscale: #AFAFAF. Windows color (decimal): -3625102 or 7516104. OLE color: 7516104.

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

Color convert

RGB 200 175 114 -
CMYK 0 0.12 0.43 0.22
HSL 42.56º 0.44% 0.62% -
HSV(B) 42.56º 0.43% 0.78% -
XYZ 42.19 44.15 22.22 -
YUV 175.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 200 175 114 0 0.12 0.43 0.22 42.56 0.44 0.62
Hex C8 AF 72 0 C 2B 16 2B 2C 3E
Octal 310 257 162 0 14 53 26 53 54 76
Binary 11001000 10101111 1110010 0 1100 101011 10110 101011 101100 111110

Color Harmonies of #C8AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF72

Black with #C8AF72

Text Example


Text Example

White with #C8AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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