Html Css Color HEX #C8AE75 Putty

📋 copy color: '#C8AE75'

red 200 ◦ green 174 ◦ blue 117

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

Shades of Putty #C8AE75

Tints of Putty #C8AE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 40.73%
G = 35.44%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8AE75 (or 0xC8AE75) is known color: Putty. HEX triplet: C8, AE and 75. RGB value is (200,174,117). Sum of RGB (Red+Green+Blue) = 200+174+117=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE75 is #37518A. Grayscale: #AFAFAF. Windows color (decimal): -3625355 or 7712456. OLE color: 7712456.

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

Color convert

RGB 200 174 117 -
CMYK 0 0.13 0.42 0.22
HSL 41.2º 0.43% 0.62% -
HSV(B) 41.2º 0.42% 0.78% -
XYZ 42.17 43.84 23.07 -
YUV 175.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 200 174 117 0 0.13 0.42 0.22 41.2 0.43 0.62
Hex C8 AE 75 0 D 2A 16 29 2B 3E
Octal 310 256 165 0 15 52 26 51 53 76
Binary 11001000 10101110 1110101 0 1101 101010 10110 101001 101011 111110

Color Harmonies of #C8AE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE75

Black with #C8AE75

Text Example


Text Example

White with #C8AE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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