#C8BE78

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

Shades of Yuma #C8BE78

Tints of Yuma #C8BE78

Color information

#C8BE78 (or 0xC8BE78) is unknown color: approx Yuma. HEX triplet: C8, BE and 78. RGB value is (200,190,120). Sum of RGB (Red+Green+Blue) = 200+190+120=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE78 is #374187. Grayscale: #B9B9B9. Windows color (decimal): -3621256 or 7913160. OLE color: 7913160.

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

Color convert

RGB200190120-
CMYK00.050.40.22
HSL52.5º42.11%62.75%-
HSV(B)52.5º40%78.43%-
XYZ45.6250.4625.1-
YUV185.0191.31138.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=39.22%
G=37.25%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019012000.050.40.2252.542.1162.75
HexC8BE78052816342a3f
Octal310276170055026645277
Binary11001000101111101111000010110100010110110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE78; }

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

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

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

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

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

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

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

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