Html Css Color HEX #C8AF6F Putty

📋 copy color: '#C8AF6F'

red 200 ◦ green 175 ◦ blue 111

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

Shades of Putty #C8AF6F

Tints of Putty #C8AF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.84%

R = 41.15%
G = 36.01%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AF6F (or 0xC8AF6F) is known color: Putty. HEX triplet: C8, AF and 6F. RGB value is (200,175,111). Sum of RGB (Red+Green+Blue) = 200+175+111=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF6F is #375090. Grayscale: #AFAFAF. Windows color (decimal): -3625105 or 7319496. OLE color: 7319496.

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

Color convert

RGB 200 175 111 -
CMYK 0 0.12 0.44 0.22
HSL 43.15º 0.45% 0.61% -
HSV(B) 43.15º 0.45% 0.78% -
XYZ 42.02 44.09 21.33 -
YUV 175.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 200 175 111 0 0.12 0.44 0.22 43.15 0.45 0.61
Hex C8 AF 6F 0 C 2C 16 2B 2D 3D
Octal 310 257 157 0 14 54 26 53 55 75
Binary 11001000 10101111 1101111 0 1100 101100 10110 101011 101101 111101

Color Harmonies of #C8AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF6F

Black with #C8AF6F

Text Example


Text Example

White with #C8AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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