#C8BE7E

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

Shades of Yuma #C8BE7E

Tints of Yuma #C8BE7E

Color information

#C8BE7E (or 0xC8BE7E) is unknown color: approx Yuma. HEX triplet: C8, BE and 7E. RGB value is (200,190,126). Sum of RGB (Red+Green+Blue) = 200+190+126=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE7E is #374181. Grayscale: #B9B9B9. Windows color (decimal): -3621250 or 8306376. OLE color: 8306376.

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

Color convert

RGB200190126-
CMYK00.050.370.22
HSL51.89º40.22%63.92%-
HSV(B)51.89º37%78.43%-
XYZ4650.6127.08-
YUV185.6994.31138.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=38.76%
G=36.82%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019012600.050.370.2251.8940.2263.92
HexC8BE7E052516342840
Octal3102761760545266450100
Binary110010001011111011111100101100101101101101001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE7E; }

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

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

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

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

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

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

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

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