Html Css Color HEX #C4A86B Putty

📋 copy color: '#C4A86B'

red 196 ◦ green 168 ◦ blue 107

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

Shades of Putty #C4A86B

Tints of Putty #C4A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 41.61%
G = 35.67%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4A86B (or 0xC4A86B) is known color: Putty. HEX triplet: C4, A8 and 6B. RGB value is (196,168,107). Sum of RGB (Red+Green+Blue) = 196+168+107=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A86B is #3B5794. Grayscale: #A9A9A9. Windows color (decimal): -3889045 or 7055556. OLE color: 7055556.

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

Color convert

RGB 196 168 107 -
CMYK 0 0.14 0.45 0.23
HSL 41.12º 0.43% 0.59% -
HSV(B) 41.12º 0.45% 0.77% -
XYZ 39.42 40.8 19.71 -
YUV 169.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 196 168 107 0 0.14 0.45 0.23 41.12 0.43 0.59
Hex C4 A8 6B 0 E 2D 17 29 2B 3B
Octal 304 250 153 0 16 55 27 51 53 73
Binary 11000100 10101000 1101011 0 1110 101101 10111 101001 101011 111011

Color Harmonies of #C4A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A86B

Black with #C4A86B

Text Example


Text Example

White with #C4A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A86B; }

 p { color: rgb(196,168,107); }

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

background-color css

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

 a { background-color: rgb(196,168,107); }

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

border-color css

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

 span { border-color: rgb(196,168,107); }

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