Html Css Color HEX #C8AE7A Putty

📋 copy color: '#C8AE7A'

red 200 ◦ green 174 ◦ blue 122

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

Shades of Putty #C8AE7A

Tints of Putty #C8AE7A

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.6%

R = 40.32%
G = 35.08%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8AE7A (or 0xC8AE7A) is known color: 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

RGB 200 174 122 -
CMYK 0 0.13 0.39 0.22
HSL 40º 0.41% 0.63% -
HSV(B) 40º 0.39% 0.78% -
XYZ 42.47 43.96 24.66 -
YUV 175.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 200 174 122 0 0.13 0.39 0.22 40 0.41 0.63
Hex C8 AE 7A 0 D 27 16 28 29 3F
Octal 310 256 172 0 15 47 26 50 51 77
Binary 11001000 10101110 1111010 0 1101 100111 10110 101000 101001 111111

Color Harmonies of #C8AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE7A

Black with #C8AE7A

Text Example


Text Example

White with #C8AE7A

Text Example


Text Example

HTML Codes & Css Web 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>