#C8B58B

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

Shades of Yuma #C8B58B

Tints of Yuma #C8B58B

Color information

#C8B58B (or 0xC8B58B) is unknown color: approx Yuma. HEX triplet: C8, B5 and 8B. RGB value is (200,181,139). Sum of RGB (Red+Green+Blue) = 200+181+139=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B58B is #374A74. Grayscale: #B6B6B6. Windows color (decimal): -3623541 or 9156040. OLE color: 9156040.

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

Color convert

RGB200181139-
CMYK00.090.300.22
HSL41.31º35.67%66.47%-
HSV(B)41.31º30.5%78.43%-
XYZ4547.1931.16-
YUV181.89103.79140.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=38.46%
G=34.81%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018113900.090.300.2241.3135.6766.47
HexC8B58B091E16292442
Octal31026521301136265144102
Binary1100100010110101100010110100111110101101010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B58B; }

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

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

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

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

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

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

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

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