Html Css Color HEX #C7AC6C Putty

📋 copy color: '#C7AC6C'

red 199 ◦ green 172 ◦ blue 108

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

Shades of Putty #C7AC6C

Tints of Putty #C7AC6C

RGB

 RED value IS 199 (78.13% from 255) = 41.54%

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 41.54%
G = 35.91%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7AC6C (or 0xC7AC6C) is known color: Putty. HEX triplet: C7, AC and 6C. RGB value is (199,172,108). Sum of RGB (Red+Green+Blue) = 199+172+108=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC6C is #385393. Grayscale: #ADADAD. Windows color (decimal): -3691412 or 7122119. OLE color: 7122119.

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

Color convert

RGB 199 172 108 -
CMYK 0 0.14 0.46 0.22
HSL 42.2º 0.45% 0.6% -
HSV(B) 42.2º 0.46% 0.78% -
XYZ 41.01 42.73 20.27 -
YUV 172.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 199 172 108 0 0.14 0.46 0.22 42.2 0.45 0.6
Hex C7 AC 6C 0 E 2E 16 2A 2D 3C
Octal 307 254 154 0 16 56 26 52 55 74
Binary 11000111 10101100 1101100 0 1110 101110 10110 101010 101101 111100

Color Harmonies of #C7AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC6C

Black with #C7AC6C

Text Example


Text Example

White with #C7AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC6C; }

 p { color: rgb(199,172,108); }

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

background-color css

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

 a { background-color: rgb(199,172,108); }

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

border-color css

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

 span { border-color: rgb(199,172,108); }

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