Html Css Color HEX #C4B26F Putty

📋 copy color: '#C4B26F'

red 196 ◦ green 178 ◦ blue 111

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

Shades of Putty #C4B26F

Tints of Putty #C4B26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 40.41%
G = 36.7%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4B26F (or 0xC4B26F) is known color: Putty. HEX triplet: C4, B2 and 6F. RGB value is (196,178,111). Sum of RGB (Red+Green+Blue) = 196+178+111=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B26F is #3B4D90. Grayscale: #B0B0B0. Windows color (decimal): -3886481 or 7320260. OLE color: 7320260.

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

Color convert

RGB 196 178 111 -
CMYK 0 0.09 0.43 0.23
HSL 47.29º 0.42% 0.6% -
HSV(B) 47.29º 0.43% 0.77% -
XYZ 41.55 44.72 21.48 -
YUV 175.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 196 178 111 0 0.09 0.43 0.23 47.29 0.42 0.6
Hex C4 B2 6F 0 9 2B 17 2F 2A 3C
Octal 304 262 157 0 11 53 27 57 52 74
Binary 11000100 10110010 1101111 0 1001 101011 10111 101111 101010 111100

Color Harmonies of #C4B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B26F

Black with #C4B26F

Text Example


Text Example

White with #C4B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B26F; }

 p { color: rgb(196,178,111); }

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

background-color css

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

 a { background-color: rgb(196,178,111); }

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

border-color css

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

 span { border-color: rgb(196,178,111); }

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