Html Css Color HEX #C7A577 Putty

📋 copy color: '#C7A577'

red 199 ◦ green 165 ◦ blue 119

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

Shades of Putty #C7A577

Tints of Putty #C7A577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 41.2%
G = 34.16%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C7A577 (or 0xC7A577) is known color: Putty. HEX triplet: C7, A5 and 77. RGB value is (199,165,119). Sum of RGB (Red+Green+Blue) = 199+165+119=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A577 is #385A88. Grayscale: #AAAAAA. Windows color (decimal): -3693193 or 7841223. OLE color: 7841223.

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

Color convert

RGB 199 165 119 -
CMYK 0 0.17 0.40 0.22
HSL 34.5º 0.42% 0.62% -
HSV(B) 34.5º 0.4% 0.78% -
XYZ 40.34 40.38 23.12 -
YUV 169.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 199 165 119 0 0.17 0.40 0.22 34.5 0.42 0.62
Hex C7 A5 77 0 11 28 16 22 2A 3E
Octal 307 245 167 0 21 50 26 42 52 76
Binary 11000111 10100101 1110111 0 10001 101000 10110 100010 101010 111110

Color Harmonies of #C7A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A577

Black with #C7A577

Text Example


Text Example

White with #C7A577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A577; }

 p { color: rgb(199,165,119); }

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

background-color css

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

 a { background-color: rgb(199,165,119); }

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

border-color css

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

 span { border-color: rgb(199,165,119); }

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