Html Css Color HEX #C8AE71 Putty

📋 copy color: '#C8AE71'

red 200 ◦ green 174 ◦ blue 113

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

Shades of Putty #C8AE71

Tints of Putty #C8AE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 41.07%
G = 35.73%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AE71 (or 0xC8AE71) is known color: Putty. HEX triplet: C8, AE and 71. RGB value is (200,174,113). Sum of RGB (Red+Green+Blue) = 200+174+113=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE71 is #37518E. Grayscale: #AFAFAF. Windows color (decimal): -3625359 or 7450312. OLE color: 7450312.

HSL color Cylindrical-coordinate representation of color #C8AE71: hue angle of 42.07º degrees, saturation: 0.44, 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 #C8AE71 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 113 -
CMYK 0 0.13 0.44 0.22
HSL 42.07º 0.44% 0.61% -
HSV(B) 42.07º 0.44% 0.78% -
XYZ 41.94 43.74 21.86 -
YUV 174.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 200 174 113 0 0.13 0.44 0.22 42.07 0.44 0.61
Hex C8 AE 71 0 D 2C 16 2A 2C 3D
Octal 310 256 161 0 15 54 26 52 54 75
Binary 11001000 10101110 1110001 0 1101 101100 10110 101010 101100 111101

Color Harmonies of #C8AE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE71

Black with #C8AE71

Text Example


Text Example

White with #C8AE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE71; }

 p { color: rgb(200,174,113); }

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

background-color css

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

 a { background-color: rgb(200,174,113); }

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

border-color css

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

 span { border-color: rgb(200,174,113); }

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