#C4B97F

Color #C4B97F Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C4B97F

Tints of Yuma #C4B97F

Color information

#C4B97F (or 0xC4B97F) is unknown color: approx Yuma. HEX triplet: C4, B9 and 7F. RGB value is (196,185,127). Sum of RGB (Red+Green+Blue) = 196+185+127=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B97F is #3B4680. Grayscale: #B5B5B5. Windows color (decimal): -3884673 or 8370628. OLE color: 8370628.

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

Color convert

RGB196185127-
CMYK00.060.350.23
HSL50.43º36.9%63.33%-
HSV(B)50.43º35.2%76.86%-
XYZ43.9447.9727.02-
YUV181.6897.14138.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 127 (50% from 255) = 25%
R=38.58%
G=36.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618512700.060.350.2350.4336.963.33
HexC4B97F06231732253f
Octal304271177064327624577
Binary11000100101110011111111011010001110111110010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B97F; }

 p { color: rgb(196,185,127); }

 H1.HeaderClassName
 {
   color: #C4B97F;
 }
 .AnyTagClassName
 {
   color: #C4B97F;
 }
</style>
background-color css

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

 a { background-color: rgb(196,185,127); }

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

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

 span { border-color: rgb(196,185,127); }

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