Html Css Color HEX #C8AC69 Putty

📋 copy color: '#C8AC69'

red 200 ◦ green 172 ◦ blue 105

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

Shades of Putty #C8AC69

Tints of Putty #C8AC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 41.93%
G = 36.06%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8AC69 (or 0xC8AC69) is known color: Putty. HEX triplet: C8, AC and 69. RGB value is (200,172,105). Sum of RGB (Red+Green+Blue) = 200+172+105=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC69 is #375396. Grayscale: #ADADAD. Windows color (decimal): -3625879 or 6925512. OLE color: 6925512.

HSL color Cylindrical-coordinate representation of color #C8AC69: hue angle of 42.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8AC69 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 105 -
CMYK 0 0.14 0.48 0.22
HSL 42.32º 0.46% 0.6% -
HSV(B) 42.32º 0.48% 0.78% -
XYZ 41.12 42.8 19.46 -
YUV 172.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 200 172 105 0 0.14 0.48 0.22 42.32 0.46 0.6
Hex C8 AC 69 0 E 30 16 2A 2E 3C
Octal 310 254 151 0 16 60 26 52 56 74
Binary 11001000 10101100 1101001 0 1110 110000 10110 101010 101110 111100

Color Harmonies of #C8AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC69

Black with #C8AC69

Text Example


Text Example

White with #C8AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC69; }

 p { color: rgb(200,172,105); }

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

background-color css

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

 a { background-color: rgb(200,172,105); }

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

border-color css

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

 span { border-color: rgb(200,172,105); }

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