#C3B685

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

Shades of Yuma #C3B685

Tints of Yuma #C3B685

Color information

#C3B685 (or 0xC3B685) is unknown color: approx Yuma. HEX triplet: C3, B6 and 85. RGB value is (195,182,133). Sum of RGB (Red+Green+Blue) = 195+182+133=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B685 is #3C497A. Grayscale: #B4B4B4. Windows color (decimal): -3950971 or 8763075. OLE color: 8763075.

HSL color Cylindrical-coordinate representation of color #C3B685: hue angle of 47.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3B685 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195182133-
CMYK00.070.320.24
HSL47.42º34.07%64.31%-
HSV(B)47.42º31.79%76.47%-
XYZ43.4746.7528.92-
YUV180.3101.31138.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=38.24%
G=35.69%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518213300.070.320.2447.4234.0764.31
HexC3B6850720182f2240
Octal3032662050740305742100
Binary1100001110110110100001010111100000110001011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B685; }

 p { color: rgb(195,182,133); }

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

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

 a { background-color: rgb(195,182,133); }

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

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

 span { border-color: rgb(195,182,133); }

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