Html Css Color HEX #C8B475 Putty

📋 copy color: '#C8B475'

red 200 ◦ green 180 ◦ blue 117

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

Shades of Putty #C8B475

Tints of Putty #C8B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

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

R = 40.24%
G = 36.22%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8B475 (or 0xC8B475) is known color: Putty. HEX triplet: C8, B4 and 75. RGB value is (200,180,117). Sum of RGB (Red+Green+Blue) = 200+180+117=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B475 is #374B8A. Grayscale: #B3B3B3. Windows color (decimal): -3623819 or 7713992. OLE color: 7713992.

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

Color convert

RGB 200 180 117 -
CMYK 0 0.1 0.42 0.22
HSL 45.54º 0.43% 0.62% -
HSV(B) 45.54º 0.42% 0.78% -
XYZ 43.35 46.21 23.46 -
YUV 178.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 200 180 117 0 0.1 0.42 0.22 45.54 0.43 0.62
Hex C8 B4 75 0 A 2A 16 2E 2B 3E
Octal 310 264 165 0 12 52 26 56 53 76
Binary 11001000 10110100 1110101 0 1010 101010 10110 101110 101011 111110

Color Harmonies of #C8B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B475

Black with #C8B475

Text Example


Text Example

White with #C8B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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