Html Css Color HEX #C7A86A Putty

📋 copy color: '#C7A86A'

red 199 ◦ green 168 ◦ blue 106

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

Shades of Putty #C7A86A

Tints of Putty #C7A86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 42.07%
G = 35.52%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7A86A (or 0xC7A86A) is known color: Putty. HEX triplet: C7, A8 and 6A. RGB value is (199,168,106). Sum of RGB (Red+Green+Blue) = 199+168+106=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A86A is #385795. Grayscale: #AAAAAA. Windows color (decimal): -3692438 or 6990023. OLE color: 6990023.

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

Color convert

RGB 199 168 106 -
CMYK 0 0.16 0.47 0.22
HSL 40º 0.45% 0.6% -
HSV(B) 40º 0.47% 0.78% -
XYZ 40.16 41.19 19.47 -
YUV 170.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 199 168 106 0 0.16 0.47 0.22 40 0.45 0.6
Hex C7 A8 6A 0 10 2F 16 28 2D 3C
Octal 307 250 152 0 20 57 26 50 55 74
Binary 11000111 10101000 1101010 0 10000 101111 10110 101000 101101 111100

Color Harmonies of #C7A86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A86A

Black with #C7A86A

Text Example


Text Example

White with #C7A86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A86A; }

 p { color: rgb(199,168,106); }

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

background-color css

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

 a { background-color: rgb(199,168,106); }

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

border-color css

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

 span { border-color: rgb(199,168,106); }

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