#C4B98A

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

Shades of Yuma #C4B98A

Tints of Yuma #C4B98A

Color information

#C4B98A (or 0xC4B98A) is unknown color: approx Yuma. HEX triplet: C4, B9 and 8A. RGB value is (196,185,138). Sum of RGB (Red+Green+Blue) = 196+185+138=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B98A is #3B4675. Grayscale: #B7B7B7. Windows color (decimal): -3884662 or 9091524. OLE color: 9091524.

HSL color Cylindrical-coordinate representation of color #C4B98A: hue angle of 48.62º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B98A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196185138-
CMYK00.060.300.23
HSL48.62º32.95%65.49%-
HSV(B)48.62º29.59%76.86%-
XYZ44.748.2731.01-
YUV182.93102.64137.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=37.76%
G=35.65%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618513800.060.300.2348.6232.9565.49
HexC4B98A061E17312141
Octal3042712120636276141101
Binary110001001011100110001010011011110101111100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B98A; }

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

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

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

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

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

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

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

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