Html Css Color HEX #C8B771 Putty

📋 copy color: '#C8B771'

red 200 ◦ green 183 ◦ blue 113

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

Shades of Putty #C8B771

Tints of Putty #C8B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 40.32%
G = 36.9%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8B771 (or 0xC8B771) is known color: Putty. HEX triplet: C8, B7 and 71. RGB value is (200,183,113). Sum of RGB (Red+Green+Blue) = 200+183+113=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B771 is #37488E. Grayscale: #B4B4B4. Windows color (decimal): -3623055 or 7452616. OLE color: 7452616.

HSL color Cylindrical-coordinate representation of color #C8B771: hue angle of 48.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B771 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 183 113 -
CMYK 0 0.08 0.44 0.22
HSL 48.28º 0.44% 0.61% -
HSV(B) 48.28º 0.44% 0.78% -
XYZ 43.73 47.34 22.46 -
YUV 180.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 200 183 113 0 0.08 0.44 0.22 48.28 0.44 0.61
Hex C8 B7 71 0 8 2C 16 30 2C 3D
Octal 310 267 161 0 10 54 26 60 54 75
Binary 11001000 10110111 1110001 0 1000 101100 10110 110000 101100 111101

Color Harmonies of #C8B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B771

Black with #C8B771

Text Example


Text Example

White with #C8B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B771; }

 p { color: rgb(200,183,113); }

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

background-color css

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

 a { background-color: rgb(200,183,113); }

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

border-color css

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

 span { border-color: rgb(200,183,113); }

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