Html Css Color HEX #C7B173 Putty

📋 copy color: '#C7B173'

red 199 ◦ green 177 ◦ blue 115

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

Shades of Putty #C7B173

Tints of Putty #C7B173

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 115 (45.31% from 255) = 23.42%

R = 40.53%
G = 36.05%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7B173 (or 0xC7B173) is known color: Putty. HEX triplet: C7, B1 and 73. RGB value is (199,177,115). Sum of RGB (Red+Green+Blue) = 199+177+115=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B173 is #384E8C. Grayscale: #B0B0B0. Windows color (decimal): -3690125 or 7582151. OLE color: 7582151.

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

Color convert

RGB 199 177 115 -
CMYK 0 0.11 0.42 0.22
HSL 44.29º 0.43% 0.62% -
HSV(B) 44.29º 0.42% 0.78% -
XYZ 42.37 44.82 22.64 -
YUV 176.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 199 177 115 0 0.11 0.42 0.22 44.29 0.43 0.62
Hex C7 B1 73 0 B 2A 16 2C 2B 3E
Octal 307 261 163 0 13 52 26 54 53 76
Binary 11000111 10110001 1110011 0 1011 101010 10110 101100 101011 111110

Color Harmonies of #C7B173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B173

Black with #C7B173

Text Example


Text Example

White with #C7B173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B173; }

 p { color: rgb(199,177,115); }

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

background-color css

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

 a { background-color: rgb(199,177,115); }

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

border-color css

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

 span { border-color: rgb(199,177,115); }

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