Html Css Color HEX #C0AC6E Putty

📋 copy color: '#C0AC6E'

red 192 ◦ green 172 ◦ blue 110

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

Shades of Putty #C0AC6E

Tints of Putty #C0AC6E

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 40.51%
G = 36.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0AC6E (or 0xC0AC6E) is known color: Putty. HEX triplet: C0, AC and 6E. RGB value is (192,172,110). Sum of RGB (Red+Green+Blue) = 192+172+110=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC6E is #3F5391. Grayscale: #ABABAB. Windows color (decimal): -4150162 or 7253184. OLE color: 7253184.

HSL color Cylindrical-coordinate representation of color #C0AC6E: hue angle of 45.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0AC6E is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 110 -
CMYK 0 0.10 0.43 0.25
HSL 45.37º 0.39% 0.59% -
HSV(B) 45.37º 0.43% 0.75% -
XYZ 39.31 41.84 20.76 -
YUV 170.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 192 172 110 0 0.10 0.43 0.25 45.37 0.39 0.59
Hex C0 AC 6E 0 A 2B 19 2D 27 3B
Octal 300 254 156 0 12 53 31 55 47 73
Binary 11000000 10101100 1101110 0 1010 101011 11001 101101 100111 111011

Color Harmonies of #C0AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC6E

Black with #C0AC6E

Text Example


Text Example

White with #C0AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC6E; }

 p { color: rgb(192,172,110); }

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

background-color css

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

 a { background-color: rgb(192,172,110); }

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

border-color css

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

 span { border-color: rgb(192,172,110); }

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