#C3B68A

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

Shades of Yuma #C3B68A

Tints of Yuma #C3B68A

Color information

#C3B68A (or 0xC3B68A) is unknown color: approx Yuma. HEX triplet: C3, B6 and 8A. RGB value is (195,182,138). Sum of RGB (Red+Green+Blue) = 195+182+138=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B68A is #3C4975. Grayscale: #B5B5B5. Windows color (decimal): -3950966 or 9090755. OLE color: 9090755.

HSL color Cylindrical-coordinate representation of color #C3B68A: hue angle of 46.32º 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 #C3B68A is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195182138-
CMYK00.070.290.24
HSL46.32º32.2%65.29%-
HSV(B)46.32º29.23%76.47%-
XYZ43.8246.8930.79-
YUV180.87103.81138.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=37.86%
G=35.34%
B=26.80%

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
Decimal19518213800.070.290.2446.3232.265.29
HexC3B68A071D182e2041
Octal3032662120735305640101
Binary110000111011011010001010011111101110001011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B68A; }

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

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

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

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

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

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

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

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