#C3B48C

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

Shades of Yuma #C3B48C

Tints of Yuma #C3B48C

Color information

#C3B48C (or 0xC3B48C) is unknown color: approx Yuma. HEX triplet: C3, B4 and 8C. RGB value is (195,180,140). Sum of RGB (Red+Green+Blue) = 195+180+140=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B48C is #3C4B73. Grayscale: #B4B4B4. Windows color (decimal): -3951476 or 9221315. OLE color: 9221315.

HSL color Cylindrical-coordinate representation of color #C3B48C: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B48C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195180140-
CMYK00.080.280.24
HSL43.64º31.43%65.69%-
HSV(B)43.64º28.21%76.47%-
XYZ43.5646.1431.42-
YUV179.92105.47138.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=37.86%
G=34.95%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518014000.080.280.2443.6431.4365.69
HexC3B48C081C182c1f42
Octal30326421401034305437102
Binary110000111011010010001100010001110011000101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B48C; }

 p { color: rgb(195,180,140); }

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

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

 a { background-color: rgb(195,180,140); }

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

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

 span { border-color: rgb(195,180,140); }

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