#C4B885

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

Shades of Yuma #C4B885

Tints of Yuma #C4B885

Color information

#C4B885 (or 0xC4B885) is unknown color: approx Yuma. HEX triplet: C4, B8 and 85. RGB value is (196,184,133). Sum of RGB (Red+Green+Blue) = 196+184+133=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B885 is #3B477A. Grayscale: #B5B5B5. Windows color (decimal): -3884923 or 8763588. OLE color: 8763588.

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

Color convert

RGB196184133-
CMYK00.060.320.23
HSL48.57º34.81%64.51%-
HSV(B)48.57º32.14%76.86%-
XYZ44.1447.7129.07-
YUV181.77100.48138.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=38.21%
G=35.87%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618413300.060.320.2348.5734.8164.51
HexC4B885062017312341
Octal3042702050640276143101
Binary1100010010111000100001010110100000101111100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B885; }

 p { color: rgb(196,184,133); }

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

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

 a { background-color: rgb(196,184,133); }

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

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

 span { border-color: rgb(196,184,133); }

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