Html Css Color HEX #C7A475 Putty

📋 copy color: '#C7A475'

red 199 ◦ green 164 ◦ blue 117

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

Shades of Putty #C7A475

Tints of Putty #C7A475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 41.46%
G = 34.17%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7A475 (or 0xC7A475) is known color: Putty. HEX triplet: C7, A4 and 75. RGB value is (199,164,117). Sum of RGB (Red+Green+Blue) = 199+164+117=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A475 is #385B8A. Grayscale: #A9A9A9. Windows color (decimal): -3693451 or 7709895. OLE color: 7709895.

HSL color Cylindrical-coordinate representation of color #C7A475: hue angle of 34.39º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7A475 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 117 -
CMYK 0 0.18 0.41 0.22
HSL 34.39º 0.42% 0.62% -
HSV(B) 34.39º 0.41% 0.78% -
XYZ 40.04 39.98 22.44 -
YUV 169.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 199 164 117 0 0.18 0.41 0.22 34.39 0.42 0.62
Hex C7 A4 75 0 12 29 16 22 2A 3E
Octal 307 244 165 0 22 51 26 42 52 76
Binary 11000111 10100100 1110101 0 10010 101001 10110 100010 101010 111110

Color Harmonies of #C7A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A475

Black with #C7A475

Text Example


Text Example

White with #C7A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A475; }

 p { color: rgb(199,164,117); }

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

background-color css

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

 a { background-color: rgb(199,164,117); }

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

border-color css

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

 span { border-color: rgb(199,164,117); }

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