#C8B58A

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

Shades of Yuma #C8B58A

Tints of Yuma #C8B58A

Color information

#C8B58A (or 0xC8B58A) is unknown color: approx Yuma. HEX triplet: C8, B5 and 8A. RGB value is (200,181,138). Sum of RGB (Red+Green+Blue) = 200+181+138=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B58A is #374A75. Grayscale: #B5B5B5. Windows color (decimal): -3623542 or 9090504. OLE color: 9090504.

HSL color Cylindrical-coordinate representation of color #C8B58A: hue angle of 41.61º 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 #C8B58A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB200181138-
CMYK00.090.310.22
HSL41.61º36.05%66.27%-
HSV(B)41.61º31%78.43%-
XYZ44.9347.1630.78-
YUV181.78103.29141-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=38.54%
G=34.87%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018113800.090.310.2241.6136.0566.27
HexC8B58A091F162a2442
Octal31026521201137265244102
Binary1100100010110101100010100100111111101101010101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B58A; }

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

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

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

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

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

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

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

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