Html Css Color HEX #C7AD69 Putty

📋 copy color: '#C7AD69'

red 199 ◦ green 173 ◦ blue 105

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

Shades of Putty #C7AD69

Tints of Putty #C7AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 41.72%
G = 36.27%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7AD69 (or 0xC7AD69) is known color: Putty. HEX triplet: C7, AD and 69. RGB value is (199,173,105). Sum of RGB (Red+Green+Blue) = 199+173+105=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD69 is #385296. Grayscale: #ADADAD. Windows color (decimal): -3691159 or 6925767. OLE color: 6925767.

HSL color Cylindrical-coordinate representation of color #C7AD69: hue angle of 43.4º degrees, saturation: 0.46, 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 #C7AD69 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 105 -
CMYK 0 0.13 0.47 0.22
HSL 43.4º 0.46% 0.6% -
HSV(B) 43.4º 0.47% 0.78% -
XYZ 41.05 43.05 19.51 -
YUV 173.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 199 173 105 0 0.13 0.47 0.22 43.4 0.46 0.6
Hex C7 AD 69 0 D 2F 16 2B 2E 3C
Octal 307 255 151 0 15 57 26 53 56 74
Binary 11000111 10101101 1101001 0 1101 101111 10110 101011 101110 111100

Color Harmonies of #C7AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD69

Black with #C7AD69

Text Example


Text Example

White with #C7AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD69; }

 p { color: rgb(199,173,105); }

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

background-color css

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

 a { background-color: rgb(199,173,105); }

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

border-color css

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

 span { border-color: rgb(199,173,105); }

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