#C8AE7A

Color #C8AE7A Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C8AE7A

Tints of Putty #C8AE7A

Color information

#C8AE7A (or 0xC8AE7A) is unknown color: approx Putty. HEX triplet: C8, AE and 7A. RGB value is (200,174,122). Sum of RGB (Red+Green+Blue) = 200+174+122=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE7A is #375185. Grayscale: #B0B0B0. Windows color (decimal): -3625350 or 8040136. OLE color: 8040136.

HSL color Cylindrical-coordinate representation of color #C8AE7A: hue angle of 40º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8AE7A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200174122-
CMYK00.130.390.22
HSL40º41.49%63.14%-
HSV(B)40º39%78.43%-
XYZ42.4743.9624.66-
YUV175.8597.61145.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=40.32%
G=35.08%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017412200.130.390.224041.4963.14
HexC8AE7A0D271628293f
Octal3102561720154726505177
Binary110010001010111011110100110110011110110101000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE7A; }

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

 H1.HeaderClassName
 {
   color: #C8AE7A;
 }
 .AnyTagClassName
 {
   color: #C8AE7A;
 }
</style>
background-color css

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

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

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

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

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

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