#C8B48A

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

Shades of Yuma #C8B48A

Tints of Yuma #C8B48A

Color information

#C8B48A (or 0xC8B48A) is unknown color: approx Yuma. HEX triplet: C8, B4 and 8A. RGB value is (200,180,138). Sum of RGB (Red+Green+Blue) = 200+180+138=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48A is #374B75. Grayscale: #B5B5B5. Windows color (decimal): -3623798 or 9090248. OLE color: 9090248.

HSL color Cylindrical-coordinate representation of color #C8B48A: hue angle of 40.65º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8B48A is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200180138-
CMYK00.10.310.22
HSL40.65º36.05%66.27%-
HSV(B)40.65º31%78.43%-
XYZ44.7346.7630.71-
YUV181.19103.63141.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=38.61%
G=34.75%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018013800.10.310.2240.6536.0566.27
HexC8B48A0A1F16292442
Octal31026421201237265144102
Binary1100100010110100100010100101011111101101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B48A; }

 p { color: rgb(200,180,138); }

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

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

 a { background-color: rgb(200,180,138); }

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

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

 span { border-color: rgb(200,180,138); }

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