Html Css Color HEX #C4A87B Putty

📋 copy color: '#C4A87B'

red 196 ◦ green 168 ◦ blue 123

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

Shades of Putty #C4A87B

Tints of Putty #C4A87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 40.25%
G = 34.5%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4A87B (or 0xC4A87B) is known color: Putty. HEX triplet: C4, A8 and 7B. RGB value is (196,168,123). Sum of RGB (Red+Green+Blue) = 196+168+123=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87B is #3B5784. Grayscale: #ABABAB. Windows color (decimal): -3889029 or 8104132. OLE color: 8104132.

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

Color convert

RGB 196 168 123 -
CMYK 0 0.14 0.37 0.23
HSL 36.99º 0.38% 0.63% -
HSV(B) 36.99º 0.37% 0.77% -
XYZ 40.34 41.17 24.56 -
YUV 171.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 196 168 123 0 0.14 0.37 0.23 36.99 0.38 0.63
Hex C4 A8 7B 0 E 25 17 25 26 3F
Octal 304 250 173 0 16 45 27 45 46 77
Binary 11000100 10101000 1111011 0 1110 100101 10111 100101 100110 111111

Color Harmonies of #C4A87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A87B

Black with #C4A87B

Text Example


Text Example

White with #C4A87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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