#C8BE76

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

Shades of Yuma #C8BE76

Tints of Yuma #C8BE76

Color information

#C8BE76 (or 0xC8BE76) is unknown color: approx Yuma. HEX triplet: C8, BE and 76. RGB value is (200,190,118). Sum of RGB (Red+Green+Blue) = 200+190+118=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE76 is #374189. Grayscale: #B9B9B9. Windows color (decimal): -3621258 or 7782088. OLE color: 7782088.

HSL color Cylindrical-coordinate representation of color #C8BE76: hue angle of 52.68º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8BE76 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200190118-
CMYK00.050.410.22
HSL52.68º42.71%62.35%-
HSV(B)52.68º41%78.43%-
XYZ45.550.4124.47-
YUV184.7890.31138.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=39.37%
G=37.40%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019011800.050.410.2252.6842.7162.35
HexC8BE76052916352b3e
Octal310276166055126655376
Binary11001000101111101110110010110100110110110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE76; }

 p { color: rgb(200,190,118); }

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

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

 a { background-color: rgb(200,190,118); }

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

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

 span { border-color: rgb(200,190,118); }

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