Html Css Color HEX #C4B16C Putty

📋 copy color: '#C4B16C'

red 196 ◦ green 177 ◦ blue 108

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

Shades of Putty #C4B16C

Tints of Putty #C4B16C

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

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

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 40.75%
G = 36.8%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4B16C (or 0xC4B16C) is known color: Putty. HEX triplet: C4, B1 and 6C. RGB value is (196,177,108). Sum of RGB (Red+Green+Blue) = 196+177+108=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B16C is #3B4E93. Grayscale: #AFAFAF. Windows color (decimal): -3886740 or 7123396. OLE color: 7123396.

HSL color Cylindrical-coordinate representation of color #C4B16C: hue angle of 47.05º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4B16C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 108 -
CMYK 0 0.10 0.45 0.23
HSL 47.05º 0.43% 0.6% -
HSV(B) 47.05º 0.45% 0.77% -
XYZ 41.19 44.26 20.56 -
YUV 174.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 196 177 108 0 0.10 0.45 0.23 47.05 0.43 0.6
Hex C4 B1 6C 0 A 2D 17 2F 2B 3C
Octal 304 261 154 0 12 55 27 57 53 74
Binary 11000100 10110001 1101100 0 1010 101101 10111 101111 101011 111100

Color Harmonies of #C4B16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B16C

Black with #C4B16C

Text Example


Text Example

White with #C4B16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B16C; }

 p { color: rgb(196,177,108); }

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

background-color css

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

 a { background-color: rgb(196,177,108); }

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

border-color css

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

 span { border-color: rgb(196,177,108); }

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