#C3B88A

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

Shades of Yuma #C3B88A

Tints of Yuma #C3B88A

Color information

#C3B88A (or 0xC3B88A) is unknown color: approx Yuma. HEX triplet: C3, B8 and 8A. RGB value is (195,184,138). Sum of RGB (Red+Green+Blue) = 195+184+138=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B88A is #3C4775. Grayscale: #B6B6B6. Windows color (decimal): -3950454 or 9091267. OLE color: 9091267.

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

Color convert

RGB195184138-
CMYK00.060.290.24
HSL48.42º32.2%65.29%-
HSV(B)48.42º29.23%76.47%-
XYZ44.2347.7230.92-
YUV182.04103.14137.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=37.72%
G=35.59%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518413800.060.290.2448.4232.265.29
HexC3B88A061D18302041
Octal3032702120635306040101
Binary110000111011100010001010011011101110001100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B88A; }

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

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

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

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

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

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

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

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