#C3B68B

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

Shades of Yuma #C3B68B

Tints of Yuma #C3B68B

Color information

#C3B68B (or 0xC3B68B) is unknown color: approx Yuma. HEX triplet: C3, B6 and 8B. RGB value is (195,182,139). Sum of RGB (Red+Green+Blue) = 195+182+139=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B68B is #3C4974. Grayscale: #B5B5B5. Windows color (decimal): -3950965 or 9156291. OLE color: 9156291.

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

Color convert

RGB195182139-
CMYK00.070.290.24
HSL46.07º31.82%65.49%-
HSV(B)46.07º28.72%76.47%-
XYZ43.8946.9231.17-
YUV180.98104.31138-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=37.79%
G=35.27%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518213900.070.290.2446.0731.8265.49
HexC3B68B071D182e2041
Octal3032662130735305640101
Binary110000111011011010001011011111101110001011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B68B; }

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

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

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

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

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

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

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

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