#C8B98F

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

Shades of Yuma #C8B98F

Tints of Yuma #C8B98F

Color information

#C8B98F (or 0xC8B98F) is unknown color: approx Yuma. HEX triplet: C8, B9 and 8F. RGB value is (200,185,143). Sum of RGB (Red+Green+Blue) = 200+185+143=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B98F is #374670. Grayscale: #B8B8B8. Windows color (decimal): -3622513 or 9419208. OLE color: 9419208.

HSL color Cylindrical-coordinate representation of color #C8B98F: hue angle of 44.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8B98F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200185143-
CMYK00.080.280.22
HSL44.21º34.13%67.25%-
HSV(B)44.21º28.5%78.43%-
XYZ46.1348.9633.01-
YUV184.7104.47138.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=37.88%
G=35.04%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018514300.080.280.2244.2134.1367.25
HexC8B98F081C162c2243
Octal31027121701034265442103
Binary1100100010111001100011110100011100101101011001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B98F; }

 p { color: rgb(200,185,143); }

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

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

 a { background-color: rgb(200,185,143); }

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

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

 span { border-color: rgb(200,185,143); }

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