Html Css Color HEX #C5B075 Putty

📋 copy color: '#C5B075'

red 197 ◦ green 176 ◦ blue 117

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

Shades of Putty #C5B075

Tints of Putty #C5B075

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 40.2%
G = 35.92%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5B075 (or 0xC5B075) is known color: Putty. HEX triplet: C5, B0 and 75. RGB value is (197,176,117). Sum of RGB (Red+Green+Blue) = 197+176+117=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B075 is #3A4F8A. Grayscale: #AFAFAF. Windows color (decimal): -3821451 or 7712965. OLE color: 7712965.

HSL color Cylindrical-coordinate representation of color #C5B075: hue angle of 44.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B075 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 117 -
CMYK 0 0.11 0.41 0.23
HSL 44.25º 0.41% 0.62% -
HSV(B) 44.25º 0.41% 0.77% -
XYZ 41.76 44.21 23.16 -
YUV 175.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 197 176 117 0 0.11 0.41 0.23 44.25 0.41 0.62
Hex C5 B0 75 0 B 29 17 2C 29 3E
Octal 305 260 165 0 13 51 27 54 51 76
Binary 11000101 10110000 1110101 0 1011 101001 10111 101100 101001 111110

Color Harmonies of #C5B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B075

Black with #C5B075

Text Example


Text Example

White with #C5B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B075; }

 p { color: rgb(197,176,117); }

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

background-color css

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

 a { background-color: rgb(197,176,117); }

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

border-color css

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

 span { border-color: rgb(197,176,117); }

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