#C8B87F

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

Shades of Yuma #C8B87F

Tints of Yuma #C8B87F

Color information

#C8B87F (or 0xC8B87F) is unknown color: approx Yuma. HEX triplet: C8, B8 and 7F. RGB value is (200,184,127). Sum of RGB (Red+Green+Blue) = 200+184+127=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B87F is #374780. Grayscale: #B6B6B6. Windows color (decimal): -3622785 or 8370376. OLE color: 8370376.

HSL color Cylindrical-coordinate representation of color #C8B87F: hue angle of 46.85º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8B87F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200184127-
CMYK00.080.360.22
HSL46.85º39.89%64.12%-
HSV(B)46.85º36.5%78.43%-
XYZ44.7948.0927-
YUV182.2996.8140.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 127 (50% from 255) = 24.85%
R=39.14%
G=36.01%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018412700.080.360.2246.8539.8964.12
HexC8B87F0824162f2840
Octal31027017701044265750100
Binary1100100010111000111111101000100100101101011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B87F; }

 p { color: rgb(200,184,127); }

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

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

 a { background-color: rgb(200,184,127); }

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

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

 span { border-color: rgb(200,184,127); }

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