Html Css Color HEX #C7AA69 Putty

📋 copy color: '#C7AA69'

red 199 ◦ green 170 ◦ blue 105

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

Shades of Putty #C7AA69

Tints of Putty #C7AA69

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

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

R = 41.98%
G = 35.86%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7AA69 (or 0xC7AA69) is known color: Putty. HEX triplet: C7, AA and 69. RGB value is (199,170,105). Sum of RGB (Red+Green+Blue) = 199+170+105=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AA69 is #385596. Grayscale: #ABABAB. Windows color (decimal): -3691927 or 6924999. OLE color: 6924999.

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

Color convert

RGB 199 170 105 -
CMYK 0 0.15 0.47 0.22
HSL 41.49º 0.46% 0.6% -
HSV(B) 41.49º 0.47% 0.78% -
XYZ 40.48 41.91 19.32 -
YUV 171.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 199 170 105 0 0.15 0.47 0.22 41.49 0.46 0.6
Hex C7 AA 69 0 F 2F 16 29 2E 3C
Octal 307 252 151 0 17 57 26 51 56 74
Binary 11000111 10101010 1101001 0 1111 101111 10110 101001 101110 111100

Color Harmonies of #C7AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA69

Black with #C7AA69

Text Example


Text Example

White with #C7AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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