Html Css Color HEX #C8AC68 Putty

📋 copy color: '#C8AC68'

red 200 ◦ green 172 ◦ blue 104

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

Shades of Putty #C8AC68

Tints of Putty #C8AC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 42.02%
G = 36.13%
B = 21.85%

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

#C8AC68 (or 0xC8AC68) is known color: Putty. HEX triplet: C8, AC and 68. RGB value is (200,172,104). Sum of RGB (Red+Green+Blue) = 200+172+104=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC68 is #375397. Grayscale: #ACACAC. Windows color (decimal): -3625880 or 6859976. OLE color: 6859976.

HSL color Cylindrical-coordinate representation of color #C8AC68: hue angle of 42.5º degrees, saturation: 0.47, 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 #C8AC68 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 104 -
CMYK 0 0.14 0.48 0.22
HSL 42.5º 0.47% 0.6% -
HSV(B) 42.5º 0.48% 0.78% -
XYZ 41.07 42.78 19.19 -
YUV 172.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 200 172 104 0 0.14 0.48 0.22 42.5 0.47 0.6
Hex C8 AC 68 0 E 30 16 2A 2F 3C
Octal 310 254 150 0 16 60 26 52 57 74
Binary 11001000 10101100 1101000 0 1110 110000 10110 101010 101111 111100

Color Harmonies of #C8AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC68

Black with #C8AC68

Text Example


Text Example

White with #C8AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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