Html Css Color HEX #C8B177 Putty

📋 copy color: '#C8B177'

red 200 ◦ green 177 ◦ blue 119

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

Shades of Putty #C8B177

Tints of Putty #C8B177

RGB

 RED value IS 200 (78.52% from 255) = 40.32%

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

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

R = 40.32%
G = 35.69%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C8B177 (or 0xC8B177) is known color: Putty. HEX triplet: C8, B1 and 77. RGB value is (200,177,119). Sum of RGB (Red+Green+Blue) = 200+177+119=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B177 is #374E88. Grayscale: #B1B1B1. Windows color (decimal): -3624585 or 7844296. OLE color: 7844296.

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

Color convert

RGB 200 177 119 -
CMYK 0 0.12 0.40 0.22
HSL 42.96º 0.42% 0.63% -
HSV(B) 42.96º 0.41% 0.78% -
XYZ 42.87 45.06 23.89 -
YUV 177.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 200 177 119 0 0.12 0.40 0.22 42.96 0.42 0.63
Hex C8 B1 77 0 C 28 16 2B 2A 3F
Octal 310 261 167 0 14 50 26 53 52 77
Binary 11001000 10110001 1110111 0 1100 101000 10110 101011 101010 111111

Color Harmonies of #C8B177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B177

Black with #C8B177

Text Example


Text Example

White with #C8B177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B177; }

 p { color: rgb(200,177,119); }

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

background-color css

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

 a { background-color: rgb(200,177,119); }

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

border-color css

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

 span { border-color: rgb(200,177,119); }

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