Html Css Color HEX #C8AE70 Putty

📋 copy color: '#C8AE70'

red 200 ◦ green 174 ◦ blue 112

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

Shades of Putty #C8AE70

Tints of Putty #C8AE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 41.15%
G = 35.8%
B = 23.05%

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

#C8AE70 (or 0xC8AE70) is known color: Putty. HEX triplet: C8, AE and 70. RGB value is (200,174,112). Sum of RGB (Red+Green+Blue) = 200+174+112=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE70 is #37518F. Grayscale: #AEAEAE. Windows color (decimal): -3625360 or 7384776. OLE color: 7384776.

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

Color convert

RGB 200 174 112 -
CMYK 0 0.13 0.44 0.22
HSL 42.27º 0.44% 0.61% -
HSV(B) 42.27º 0.44% 0.78% -
XYZ 41.88 43.72 21.56 -
YUV 174.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 200 174 112 0 0.13 0.44 0.22 42.27 0.44 0.61
Hex C8 AE 70 0 D 2C 16 2A 2C 3D
Octal 310 256 160 0 15 54 26 52 54 75
Binary 11001000 10101110 1110000 0 1101 101100 10110 101010 101100 111101

Color Harmonies of #C8AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE70

Black with #C8AE70

Text Example


Text Example

White with #C8AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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