Html Css Color HEX #C8B175 Putty

📋 copy color: '#C8B175'

red 200 ◦ green 177 ◦ blue 117

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

Shades of Putty #C8B175

Tints of Putty #C8B175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 40.49%
G = 35.83%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8B175 (or 0xC8B175) is known color: Putty. HEX triplet: C8, B1 and 75. RGB value is (200,177,117). Sum of RGB (Red+Green+Blue) = 200+177+117=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B175 is #374E8A. Grayscale: #B1B1B1. Windows color (decimal): -3624587 or 7713224. OLE color: 7713224.

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

Color convert

RGB 200 177 117 -
CMYK 0 0.12 0.42 0.22
HSL 43.37º 0.43% 0.62% -
HSV(B) 43.37º 0.42% 0.78% -
XYZ 42.75 45.01 23.26 -
YUV 177.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 200 177 117 0 0.12 0.42 0.22 43.37 0.43 0.62
Hex C8 B1 75 0 C 2A 16 2B 2B 3E
Octal 310 261 165 0 14 52 26 53 53 76
Binary 11001000 10110001 1110101 0 1100 101010 10110 101011 101011 111110

Color Harmonies of #C8B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B175

Black with #C8B175

Text Example


Text Example

White with #C8B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B175; }

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

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

background-color css

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

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

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

border-color css

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

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

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